Searched refs:gammacols (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c213 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;
1214 if( ! video->gammacols ) {
1218 video->gammacols
[all...]
H A DSDL_sysvideo.h282 SDL_Color *gammacols; /* gamma-corrected colours, or NULL */ member in struct:SDL_VideoDevice

Completed in 70 milliseconds