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

/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_pixels_c.h44 extern void SDL_DitherColors(SDL_Color *colors, int bpp);
H A DSDL_pixels.c266 void SDL_DitherColors(SDL_Color *colors, int bpp) function
495 /* SDL_DitherColors does not initialize the 'unused' component of colors,
500 SDL_DitherColors(colors, 8);
H A DSDL_video.c263 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
540 SDL_DitherColors(
702 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_syswm.c133 SDL_DitherColors(pal_256->colors,

Completed in 86 milliseconds