HomeSort by relevance Sort by last modified time
    Searched refs:SDL_DitherColors (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels_c.h 44 extern void SDL_DitherColors(SDL_Color *colors, int bpp);
SDL_pixels.c 266 void SDL_DitherColors(SDL_Color *colors, int bpp)
495 /* SDL_DitherColors does not initialize the 'unused' component of colors,
500 SDL_DitherColors(colors, 8);
SDL_video.c 263 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
540 SDL_DitherColors(
702 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 133 SDL_DitherColors(pal_256->colors,

Completed in 16 milliseconds