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.12/src/video/
SDL_video.c 207 video->gammacols = NULL;
654 if( video->gammacols) {
655 SDL_free(video->gammacols);
656 video->gammacols = NULL;
1032 if ( video->gammacols ) {
1034 pal->colors = video->gammacols;
1094 if ( video->gammacols ) {
1096 pal->colors = video->gammacols;
1192 if( ! video->gammacols ) {
1196 video->gammacols = SDL_malloc(pp->ncolor
    [all...]
SDL_sysvideo.h 282 SDL_Color *gammacols; /* gamma-corrected colours, or NULL */ member in struct:SDL_VideoDevice

Completed in 493 milliseconds