|
Defines |
#define | COMP(a) if( a != rhs.a ) return false; |
Functions |
int | GetShiftFromMask (uint32_t mask) |
int | GetBitsFromMask (uint32_t mask) |
void | SetupFormat (RageSurfaceFormat &fmt, int width, int height, int BitsPerPixel, uint32_t Rmask, uint32_t Gmask, uint32_t Bmask, uint32_t Amask) |
RageSurface * | CreateSurface (int width, int height, int BitsPerPixel, uint32_t Rmask, uint32_t Gmask, uint32_t Bmask, uint32_t Amask) |
RageSurface * | CreateSurfaceFrom (int width, int height, int BitsPerPixel, uint32_t Rmask, uint32_t Gmask, uint32_t Bmask, uint32_t Amask, uint8_t *pPixels, uint32_t pitch) |