Home
last modified time | relevance | path

Searched refs:SetWindowGammaRamp (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc87 device->SetWindowGammaRamp = HAIKU_SetWindowGammaRamp; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h233 int (*SetWindowGammaRamp) (_THIS, SDL_Window * window, const Uint16 * ramp); member
A DSDL_video.c2511 if (!_this->SetWindowGammaRamp) { in SDL_SetWindowGammaRamp()
2532 return _this->SetWindowGammaRamp(_this, window, window->gamma); in SDL_SetWindowGammaRamp()
2704 if (window->gamma && _this->SetWindowGammaRamp) { in SDL_OnWindowFocusGained()
2705 _this->SetWindowGammaRamp(_this, window, window->gamma); in SDL_OnWindowFocusGained()
2746 if (window->gamma && _this->SetWindowGammaRamp) { in SDL_OnWindowFocusLost()
2747 _this->SetWindowGammaRamp(_this, window, window->saved_gamma); in SDL_OnWindowFocusLost()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c167 device->SetWindowGammaRamp = WIN_SetWindowGammaRamp; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c256 device->SetWindowGammaRamp = X11_SetWindowGammaRamp; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m103 device->SetWindowGammaRamp = Cocoa_SetWindowGammaRamp;

Completed in 13 milliseconds