FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
sdlblendingfunctions.h File Reference
+ Include dependency graph for sdlblendingfunctions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FIFE
 

Functions

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...