HomeSort by relevance Sort by last modified time
    Searched refs:LOGPALETTE (Results 1 - 7 of 7) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 156 } LOGPALETTE;
531 LOGPALETTE *hRemote;
oleidl.h 537 virtual HRESULT WINAPI SetColorScheme(LOGPALETTE *pLogpal) = 0;
565 HRESULT (WINAPI *SetColorScheme)(IOleObject *This,LOGPALETTE *pLogpal);
    [all...]
wingdi.h 1034 } LOGPALETTE,*PLOGPALETTE,*NPLOGPALETTE,*LPLOGPALETTE;
    [all...]
ocidl.h     [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 168 milliseconds