Home | History | Annotate | Download | only in video

Lines Matching refs:gammacols

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;
1214 if( ! video->gammacols ) {
1218 video->gammacols = SDL_malloc(pp->ncolors
1222 video->gammacols,
1226 video->gammacols
1384 if ( video->gammacols ) {
1385 SDL_free(video->gammacols);
1386 video->gammacols = NULL;