65 , isScalable_ (isScalable)
77 for (
int i = 0; i < 8; i++)
100 txtr->Draw (context);
133 Vector2 neo (base.x * factor.x, base.y * factor.y);
205 uint currentSize = 0;
209 if (i == 0 || i == 4)
210 currentSize =
textures_[i]->GetSize ().y ;
212 currentSize =
textures_[i]->GetSize ().x ;
213 maxWidth = currentSize > maxWidth
214 ? currentSize : maxWidth;