Home
last modified time | relevance | path

Searched refs:SDL_Palette (Results 1 – 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_pixels.c126 format->palette = (SDL_Palette *)SDL_malloc(sizeof(SDL_Palette)); in SDL_AllocFormat()
313 Uint8 SDL_FindColor(SDL_Palette *pal, Uint8 r, Uint8 g, Uint8 b) in SDL_FindColor()
435 static Uint8 *Map1to1(SDL_Palette *src, SDL_Palette *dst, int *identical) in Map1to1()
469 SDL_Palette *pal = src->palette; in Map1toN()
491 SDL_Palette dithered; in MapNto1()
493 SDL_Palette *pal = dst->palette; in MapNto1()
DSDL_pixels_c.h45 extern Uint8 SDL_FindColor(SDL_Palette *pal, Uint8 r, Uint8 g, Uint8 b);
DSDL_video.c1027 SDL_Palette *pal = screen->format->palette; in SDL_UpdateRects()
1089 SDL_Palette *pal = screen->format->palette; in SDL_Flip()
1137 SDL_Palette *pal = screen->format->palette; in SetPalette_logical()
1138 SDL_Palette *vidpal; in SetPalette_logical()
1193 SDL_Palette *pp = video->physpal; in SetPalette_physical()
1245 SDL_Palette *pal; in SDL_SetPalette()
1291 SDL_Palette *pp = SDL_malloc(sizeof(*pp)); in SDL_SetPalette()
DSDL_gamma.c175 SDL_Palette *pal = screen->format->palette; in SDL_SetGammaRamp()
DSDL_sysvideo.h281 SDL_Palette *physpal; /* physical palette, if != logical palette */
DSDL_bmp.c58 SDL_Palette *palette; in SDL_LoadBMP_RW()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h56 typedef struct SDL_Palette { struct
59 } SDL_Palette; argument
63 SDL_Palette *palette;
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
DSDL_DirectFB_video.c291 static SDL_Palette *AllocatePalette(int size) in AllocatePalette()
293 SDL_Palette *palette; in AllocatePalette()
296 palette = SDL_calloc (1, sizeof(SDL_Palette)); in AllocatePalette()
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_syswm.c55 SDL_Palette *pal_256; in WIN_SetWMIcon()
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysvideo.cc779 SDL_Palette *palette; in BE_SetColors()
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5video.c2465 SDL_Palette *palette;