Searched refs:gammacols (Results 1 – 2 of 2) sorted by relevance
207 video->gammacols = NULL; in SDL_VideoInit()654 if( video->gammacols) { in SDL_SetVideoMode()655 SDL_free(video->gammacols); in SDL_SetVideoMode()656 video->gammacols = NULL; in SDL_SetVideoMode()1032 if ( video->gammacols ) { in SDL_UpdateRects()1034 pal->colors = video->gammacols; in SDL_UpdateRects()1094 if ( video->gammacols ) { in SDL_Flip()1096 pal->colors = video->gammacols; in SDL_Flip()1192 if( ! video->gammacols ) { in SetPalette_physical()1196 video->gammacols = SDL_malloc(pp->ncolors in SetPalette_physical()[all …]
282 SDL_Color *gammacols; /* gamma-corrected colours, or NULL */ member