Public Member Functions | |
| IA_CONSTRUCTOR void | IAImageAttributes_make (IAImageAttributes *, IATexture *texture, IATextureSelection textureSelection) |
| void | IAImageAttributes_setTrimmedRect (IAImageAttributes *, IARect trimmedRect, IASize originalSizeOfImage) |
| static IATexture * | IAImageAttributes_getTexture (const IAImageAttributes *this) |
| static IATextureSelection | IAImageAttributes_getTextureSelection (const IAImageAttributes *this) |
| static IARect | IAImageAttributes_getTrimmedRect (const IAImageAttributes *this) |
| static IASize | IAImageAttributes_getOriginalSizeOfImageForTrimmedRect (const IAImageAttributes *this) |
| static bool | IAImageAttributes_isTrimmedRectSet (const IAImageAttributes *this) |
Data Fields | |
| IATexture * | texture |
| IATextureSelection | textureSelection |
| IARect | trimmedRect |
| IASize | originalSizeOfImageForTrimmedRect |
| bool | isTrimmedRectSet |
| IA_CONSTRUCTOR void IAImageAttributes_make | ( | IAImageAttributes * | , |
| IATexture * | texture, | ||
| IATextureSelection | textureSelection | ||
| ) |
| void IAImageAttributes_setTrimmedRect | ( | IAImageAttributes * | , |
| IARect | trimmedRect, | ||
| IASize | originalSizeOfImage | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| IATexture* IAImageAttributes::texture |
| IATextureSelection IAImageAttributes::textureSelection |
| IARect IAImageAttributes::trimmedRect |
| IASize IAImageAttributes::originalSizeOfImageForTrimmedRect |
| bool IAImageAttributes::isTrimmedRectSet |