Searched refs:SDL_GetDisplayUsableBounds (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testbounds.c | 28 SDL_GetDisplayUsableBounds(i, &usable); in main()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_video.h | 338 extern DECLSPEC int SDLCALL SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect);
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 602 #define SDL_GetDisplayUsableBounds SDL_GetDisplayUsableBounds_REAL macro
|
D | SDL_dynapi_procs.h | 634 SDL_DYNAPI_PROC(int,SDL_GetDisplayUsableBounds,(int a, SDL_Rect *b),(a,b),return)
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | WhatsNew.txt | 18 * Added SDL_GetDisplayUsableBounds() which returns the area usable for windows. For example, on Mac…
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 688 int SDL_GetDisplayUsableBounds(int displayIndex, SDL_Rect * rect) in SDL_GetDisplayUsableBounds() function
|