Searched refs:SetGamma (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_gamma.c109 if ( (succeeded < 0) && video->SetGamma ) {
111 succeeded = video->SetGamma(this, red, green, blue);
H A DSDL_sysvideo.h156 int (*SetGamma)(_THIS, float red, float green, float blue); member in struct:SDL_VideoDevice
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11gamma.c126 this->SetGamma = 0;
H A DSDL_x11video.c154 device->SetGamma = X11_SetVidModeGamma;
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusimageAttributes.h171 Status SetGamma( function in class:ImageAttributes
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c118 device -> SetGamma = NULL ;
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m201 device->SetGamma = QZ_SetGamma;

Completed in 226 milliseconds