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

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 213 video->gammacols = NULL;
671 if( video->gammacols) {
672 SDL_free(video->gammacols);
673 video->gammacols = NULL;
1054 if ( video->gammacols ) {
1056 pal->colors = video->gammacols;
1116 if ( video->gammacols ) {
1118 pal->colors = video->gammacols;
    [all...]
SDL_sysvideo.h 282 SDL_Color *gammacols; /* gamma-corrected colours, or NULL */ member in struct:SDL_VideoDevice

Completed in 811 milliseconds