|
Classes |
struct | SurfaceHeader |
Functions |
void | FindAlphaRGB (const RageSurface *img, uint8_t &r, uint8_t &g, uint8_t &b, bool reverse) |
void | SetAlphaRGB (const RageSurface *img, uint8_t r, uint8_t g, uint8_t b) |
void | GetRawRGBAV_XY (const RageSurface *src, uint8_t *v, int x, int y) |
float | scale (float x, float l1, float h1, float l2, float h2) |
bool | blit_same_type (const RageSurface *src_surf, const RageSurface *dst_surf, int width, int height) |
bool | blit_rgba_to_rgba (const RageSurface *src_surf, const RageSurface *dst_surf, int width, int height) |
bool | blit_generic (const RageSurface *src_surf, const RageSurface *dst_surf, int width, int height) |
bool | ImageUsesOffHotPink (const RageSurface *img) |