Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h922 extern DECLSPEC float SDLCALL SDL_GetWindowBrightness(SDL_Window * window);
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_video.c523 result = SDL_GetWindowBrightness(window); in video_getWindowBrightness()
547 result = SDL_GetWindowBrightness(NULL); in video_getWindowBrightnessNegative()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h546 #define SDL_GetWindowBrightness SDL_GetWindowBrightness_REAL macro
A DSDL_dynapi_procs.h574 SDL_DYNAPI_PROC(float,SDL_GetWindowBrightness,(SDL_Window *a),(a),return)
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c2435 SDL_GetWindowBrightness(SDL_Window * window) in SDL_GetWindowBrightness() function

Completed in 23 milliseconds