Home
last modified time | relevance | path

Searched refs:SDL_DitherColors (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_pixels_c.h44 extern void SDL_DitherColors(SDL_Color *colors, int bpp);
DSDL_pixels.c266 void SDL_DitherColors(SDL_Color *colors, int bpp) in SDL_DitherColors() function
501 SDL_DitherColors(colors, 8); in MapNto1()
DSDL_video.c269 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel); in SDL_VideoInit()
548 SDL_DitherColors( in SDL_CreateShadowSurface()
719 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel); in SDL_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_syswm.c133 SDL_DitherColors(pal_256->colors, in WIN_SetWMIcon()