Searched refs:gammacols (Results 1 – 2 of 2) sorted by relevance
213 video->gammacols = NULL; in SDL_VideoInit()671 if( video->gammacols) { in SDL_SetVideoMode()672 SDL_free(video->gammacols); in SDL_SetVideoMode()673 video->gammacols = NULL; in SDL_SetVideoMode()1054 if ( video->gammacols ) { in SDL_UpdateRects()1056 pal->colors = video->gammacols; in SDL_UpdateRects()1116 if ( video->gammacols ) { in SDL_Flip()1118 pal->colors = video->gammacols; in SDL_Flip()1214 if( ! video->gammacols ) { in SetPalette_physical()1218 video->gammacols = SDL_malloc(pp->ncolors in SetPalette_physical()[all …]
282 SDL_Color *gammacols; /* gamma-corrected colours, or NULL */ member