FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
sdlblendingfunctions.cpp File Reference
+ Include dependency graph for sdlblendingfunctions.cpp:

Go to the source code of this file.

Classes

struct  FIFE::ColorRGB8
 
struct  FIFE::ColorRGBA8
 

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