Searched refs:screen_logpal (Results 1 – 2 of 2) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
D | SDL_dibvideo.h | 43 LOGPALETTE *screen_logpal; member 63 #define screen_logpal (this->hidden->screen_logpal) macro
|
D | SDL_dibvideo.c | 285 screen_logpal = palette; in DIB_CreatePalette() 665 if ( screen_logpal != NULL ) { 666 SDL_free(screen_logpal); 667 screen_logpal = NULL; 954 entry = &screen_logpal->palPalEntry[firstcolor+i]; 963 moved_entries += CheckPaletteEntry(screen_logpal, 0, 0x00, 0x00, 0x00); 964 …moved_entries += CheckPaletteEntry(screen_logpal, screen_logpal->palNumEntries-1, 0xff, 0xff, 0xff… 978 SetPaletteEntries(screen_pal, 0, screen_logpal->palNumEntries, screen_logpal->palPalEntry); 1137 if ( screen_logpal != NULL ) { 1138 SDL_free(screen_logpal); [all …]
|