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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels_c.h 45 extern Uint8 SDL_FindColor(SDL_Palette *pal, Uint8 r, Uint8 g, Uint8 b);
SDL_pixels.c 126 format->palette = (SDL_Palette *)SDL_malloc(sizeof(SDL_Palette));
313 Uint8 SDL_FindColor(SDL_Palette *pal, Uint8 r, Uint8 g, Uint8 b)
435 static Uint8 *Map1to1(SDL_Palette *src, SDL_Palette *dst, int *identical)
469 SDL_Palette *pal = src->palette;
491 SDL_Palette dithered;
493 SDL_Palette *pal = dst->palette;
SDL_gamma.c 175 SDL_Palette *pal = screen->format->palette;
SDL_sysvideo.h 281 SDL_Palette *physpal; /* physical palette, if != logical palette */
SDL_video.c 1027 SDL_Palette *pal = screen->format->palette;
1089 SDL_Palette *pal = screen->format->palette;
1137 SDL_Palette *pal = screen->format->palette;
1138 SDL_Palette *vidpal;
1193 SDL_Palette *pp = video->physpal;
    [all...]
SDL_bmp.c 58 SDL_Palette *palette;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 56 typedef struct SDL_Palette {
59 } SDL_Palette;
63 SDL_Palette *palette;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 56 typedef struct SDL_Palette {
59 } SDL_Palette;
63 SDL_Palette *palette;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 56 typedef struct SDL_Palette {
59 } SDL_Palette;
63 SDL_Palette *palette;
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 63 typedef struct SDL_Palette {
66 } SDL_Palette;
70 SDL_Palette *palette;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 56 typedef struct SDL_Palette {
59 } SDL_Palette;
63 SDL_Palette *palette;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 55 SDL_Palette *pal_256;
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 291 static SDL_Palette *AllocatePalette(int size)
293 SDL_Palette *palette;
296 palette = SDL_calloc (1, sizeof(SDL_Palette));
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 779 SDL_Palette *palette;
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 905 SDL_palette = NULL;
    [all...]

Completed in 141 milliseconds