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

  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_gapidibvideo.h 36 typedef struct DibInfo DibInfo;
53 DibInfo* dibInfo;
SDL_dibvideo.h 32 struct DibInfo {
51 #define screen_bmp (this->hidden->dibInfo->screen_bmp)
52 #define screen_pal (this->hidden->dibInfo->screen_pal)
53 #define screen_logpal (this->hidden->dibInfo->screen_logpal)
54 #define grab_palette (this->hidden->dibInfo->grab_palette)
55 #define SDL_nummodes (this->hidden->dibInfo->SDL_nummodes)
56 #define SDL_modelist (this->hidden->dibInfo->SDL_modelist)
57 #define allow_screensaver (this->hidden->dibInfo->allow_screensaver)
SDL_dibvideo.c 138 if ( device->hidden->dibInfo ) {
139 SDL_free( device->hidden->dibInfo );
162 device->hidden->dibInfo = (DibInfo *)SDL_malloc((sizeof(DibInfo)));
163 if(device->hidden->dibInfo == NULL)
179 SDL_memset(device->hidden->dibInfo, 0, (sizeof *device->hidden->dibInfo));
    [all...]

Completed in 267 milliseconds