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

  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.h 35 LOGPALETTE *screen_logpal; member in struct:DibInfo
53 #define screen_logpal (this->hidden->dibInfo->screen_logpal) macro
SDL_dibvideo.c 319 screen_logpal = palette;
802 if ( screen_logpal != NULL ) {
803 SDL_free(screen_logpal);
804 screen_logpal = NULL;
1031 entry = &screen_logpal->palPalEntry[firstcolor+i];
1040 moved_entries += CheckPaletteEntry(screen_logpal, 0, 0x00, 0x00, 0x00);
1041 moved_entries += CheckPaletteEntry(screen_logpal, screen_logpal->palNumEntries-1, 0xff, 0xff, 0xff);
1055 SetPaletteEntries(screen_pal, 0, screen_logpal->palNumEntries, screen_logpal->palPalEntry)
    [all...]

Completed in 46 milliseconds