Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestbounds.c28 SDL_GetDisplayUsableBounds(i, &usable); in main()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h338 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h602 #define SDL_GetDisplayUsableBounds SDL_GetDisplayUsableBounds_REAL macro
DSDL_dynapi_procs.h634 SDL_DYNAPI_PROC(int,SDL_GetDisplayUsableBounds,(int a, SDL_Rect *b),(a,b),return)
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt18 * Added SDL_GetDisplayUsableBounds() which returns the area usable for windows. For example, on Mac…
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c688 int SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect) in SDL_GetDisplayUsableBounds() function