Go to the source code of this file.
|
| | FIFE |
| | All FIFE related code is in this namespace.
|
| |
|
| void | FIFE::SDL_BlendRow_RGBA8_to_RGBA8 (const uint8_t *src, uint8_t *dst, uint32_t alpha, int32_t n) |
| | Blends one row of n pixels from src with n pixels of dst. More...
|
| |
| void | FIFE::SDL_BlendRow_RGBA8_to_RGB8 (const uint8_t *src, uint8_t *dst, uint32_t alpha, int32_t n) |
| | Blends one row of n pixels from src with n pixels of dst. More...
|
| |
| void | FIFE::SDL_BlendRow_RGBA8_to_RGB565 (const uint8_t *src, uint8_t *dst, uint32_t alpha, int32_t n) |
| | Blends one row of n pixels from src with n pixels of dst. More...
|
| |
| void | FIFE::SDL_BlendRow_RGBA4_to_RGB565 (const uint8_t *src, uint8_t *dst, uint32_t alpha, int32_t n) |
| | Blends one row of n pixels from src with n pixels of dst. More...
|
| |