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.15/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)
496 /* SDL_DitherColors does not initialize the 'unused' component of colors,
501 SDL_DitherColors(colors, 8);
SDL_video.c 269 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
548 SDL_DitherColors(
719 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 133 SDL_DitherColors(pal_256->colors,

Completed in 32 milliseconds