|
|
| BlitTransform (int dstX, int dstY) |
| |
|
void | sourceRectangle (int srcX, int srcY, int srcWidth, int srcHeight) |
| |
|
void | tint (float aTint, float rTint=1.0f, float gTint=1.0f, float bTint=1.0f) |
| |
|
void | scale (int width, int height) |
| |
|
void | rotate (int rotation, int originX, int originY) |
| |
|
void | flip (bool verticalFlip, bool horizontalFlip) |
| |
|
bool | operator== (const BlitTransform &other) const |
| |
|
|
Common::Rect | _sourceRectangle |
| |
|
Common::Rect | _destinationRectangle |
| |
|
int | _rotation |
| |
|
int | _originX |
| |
|
int | _originY |
| |
|
float | _aTint |
| |
|
float | _rTint |
| |
|
float | _gTint |
| |
|
float | _bTint |
| |
|
bool | _flipHorizontally |
| |
|
bool | _flipVertically |
| |
The documentation for this struct was generated from the following file: