HomeSort by relevance Sort by last modified time
    Searched full:logpalette (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.h 35 LOGPALETTE *screen_logpal;
SDL_dibvideo.c 306 LOGPALETTE *palette;
311 palette = (LOGPALETTE *)SDL_malloc(sizeof(*palette)+
978 static int FindPaletteIndex(LOGPALETTE *pal, BYTE r, BYTE g, BYTE b)
993 static BOOL CheckPaletteEntry(LOGPALETTE *pal, int index, BYTE r, BYTE g, BYTE b)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 491 BYTE buffer[ sizeof(LOGPALETTE) + 255 * sizeof(PALETTEENTRY) ];
493 LOGPALETTE* pLogical = (LOGPALETTE*)buffer;
    [all...]

Completed in 314 milliseconds