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.12/src/video/windib/
SDL_dibvideo.h 43 LOGPALETTE *screen_logpal; member in struct:SDL_PrivateVideoData
63 #define screen_logpal (this->hidden->screen_logpal) macro
SDL_dibvideo.c 285 screen_logpal = palette;
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)
    [all...]

Completed in 53 milliseconds