Searched refs:SDL_GetWindowBrightness (Results 1 – 5 of 5) sorted by relevance
865 extern DECLSPEC float SDLCALL SDL_GetWindowBrightness(SDL_Window * window);
523 result = SDL_GetWindowBrightness(window); in video_getWindowBrightness()547 result = SDL_GetWindowBrightness(NULL); in video_getWindowBrightnessNegative()
552 #define SDL_GetWindowBrightness SDL_GetWindowBrightness_REAL macro
578 SDL_DYNAPI_PROC(float,SDL_GetWindowBrightness,(SDL_Window *a),(a),return)
2220 SDL_GetWindowBrightness(SDL_Window * window) in SDL_GetWindowBrightness() function