Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h865 extern DECLSPEC float SDLCALL SDL_GetWindowBrightness(SDL_Window * window);
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_video.c523 result = SDL_GetWindowBrightness(window); in video_getWindowBrightness()
547 result = SDL_GetWindowBrightness(NULL); in video_getWindowBrightnessNegative()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h552 #define SDL_GetWindowBrightness SDL_GetWindowBrightness_REAL macro
DSDL_dynapi_procs.h578 SDL_DYNAPI_PROC(float,SDL_GetWindowBrightness,(SDL_Window *a),(a),return)
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c2220 SDL_GetWindowBrightness(SDL_Window * window) in SDL_GetWindowBrightness() function