Home
last modified time | relevance | path

Searched refs:SDL_GetDisplayBounds (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestbounds.c27 SDL_GetDisplayBounds(i, &bounds); in main()
Dtestdisplayinfo.c57 SDL_GetDisplayBounds(dpy, &rect); in main()
Dtestautomation_video.c1089 result = SDL_GetDisplayBounds(0, &display); in video_getSetWindowSize()
1250 result = SDL_GetDisplayBounds(0, &display); in video_getSetWindowMinimumSize()
1389 result = SDL_GetDisplayBounds(0, &display); in video_getSetWindowMaximumSize()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c661 SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect) in SDL_GetDisplayBounds() function
679 SDL_GetDisplayBounds(displayIndex-1, rect); in SDL_GetDisplayBounds()
702 return SDL_GetDisplayBounds(displayIndex, rect); in SDL_GetDisplayUsableBounds()
1038 SDL_GetDisplayBounds(i, &rect); in SDL_GetWindowDisplayIndex()
1403 SDL_GetDisplayBounds(displayIndex, &bounds); in SDL_CreateWindow()
1422 SDL_GetDisplayBounds(displayIndex, &bounds); in SDL_CreateWindow()
1747 SDL_GetDisplayBounds(displayIndex, &bounds); in SDL_SetWindowPosition()
1802 SDL_GetDisplayBounds(displayIndex, &bounds); in SDL_GetWindowPosition()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h307 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitmodes.m267 if (SDL_GetDisplayBounds(displayIndex, rect) < 0) {
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c723 SDL_GetDisplayBounds(i, &bounds); in SDLTest_CommonInit()
1288 SDL_GetDisplayBounds( index, &rect ); in FullscreenTo()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h509 #define SDL_GetDisplayBounds SDL_GetDisplayBounds_REAL macro
DSDL_dynapi_procs.h536 SDL_DYNAPI_PROC(int,SDL_GetDisplayBounds,(int a, SDL_Rect *b),(a,b),return)