Home
last modified time | relevance | path

Searched refs:GetWindowGammaRamp (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc88 device->GetWindowGammaRamp = HAIKU_GetWindowGammaRamp; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h234 int (*GetWindowGammaRamp) (_THIS, SDL_Window * window, Uint16 * ramp); member
A DSDL_video.c2554 if (_this->GetWindowGammaRamp) { in SDL_GetWindowGammaRamp()
2555 if (_this->GetWindowGammaRamp(_this, window, window->gamma) < 0) { in SDL_GetWindowGammaRamp()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c168 device->GetWindowGammaRamp = WIN_GetWindowGammaRamp; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m104 device->GetWindowGammaRamp = Cocoa_GetWindowGammaRamp;

Completed in 12 milliseconds