Searched refs:SDL_GetDisplayBounds (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testbounds.c | 27 SDL_GetDisplayBounds(i, &bounds); in main()
|
D | testdisplayinfo.c | 57 SDL_GetDisplayBounds(dpy, &rect); in main()
|
D | testautomation_video.c | 1089 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/ |
D | SDL_video.c | 661 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/ |
D | SDL_video.h | 307 extern DECLSPEC int SDLCALL SDL_GetDisplayBounds(int displayIndex, SDL_Rect * rect);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitmodes.m | 267 if (SDL_GetDisplayBounds(displayIndex, rect) < 0) {
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_common.c | 723 SDL_GetDisplayBounds(i, &bounds); in SDLTest_CommonInit() 1288 SDL_GetDisplayBounds( index, &rect ); in FullscreenTo()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 509 #define SDL_GetDisplayBounds SDL_GetDisplayBounds_REAL macro
|
D | SDL_dynapi_procs.h | 536 SDL_DYNAPI_PROC(int,SDL_GetDisplayBounds,(int a, SDL_Rect *b),(a,b),return)
|