Home
last modified time | relevance | path

Searched refs:SDL_GetWindowSize (Results 1 – 25 of 33) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Drectangles.c69 SDL_GetWindowSize(window, &windowW, &windowH); in main()
Dtouch.c96 SDL_GetWindowSize(window, &w, &h); in main()
Dhappy.c150 SDL_GetWindowSize(window, &width, &height); in main()
Daccelerometer.c175 SDL_GetWindowSize(window, &w, &h); in main()
Dkeyboard.c250 SDL_GetWindowSize(window, &width, &height); in main()
Dmixer.c288 SDL_GetWindowSize(window, &width, &height); in main()
Dfireworks.c401 SDL_GetWindowSize(window, &screen_w, &screen_h); in main()
/third_party/flutter/skia/third_party/externals/sdl/src/video/dummy/
DSDL_nullframebuffer.c45 SDL_GetWindowSize(window, &w, &h); in SDL_DUMMY_CreateWindowFramebuffer()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidtouch.c48 SDL_GetWindowSize(Android_Window, &window_w, &window_h); in Android_GetWindowCoordinates()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_video.c1163 SDL_GetWindowSize(window, &currentW, &currentH); in video_getSetWindowSize()
1170 SDL_GetWindowSize(window, &currentW, NULL); in video_getSetWindowSize()
1176 SDL_GetWindowSize(window, NULL, &currentH); in video_getSetWindowSize()
1183 SDL_GetWindowSize(window, NULL, NULL); in video_getSetWindowSize()
1213 SDL_GetWindowSize(NULL, &currentW, &currentH); in video_getSetWindowSize()
1222 SDL_GetWindowSize(NULL, NULL, NULL); in video_getSetWindowSize()
Dtesthittesting.c30 SDL_GetWindowSize(window, &w, &h); in hitTest()
Dtestnative.c186 SDL_GetWindowSize(window, &window_w, &window_h); in main()
Dtestviewport.c178 SDL_GetWindowSize(state->windows[i], &w, &h); in main()
Dtestgl2.c302 SDL_GetWindowSize(state->windows[0], &dw, &dh); in main()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse.c147 SDL_GetWindowSize(window, &w, &h);
210 SDL_GetWindowSize(window, &center_x, &center_y);
254 SDL_GetWindowSize(mouse->focus, &x_max, &y_max);
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenframebuffer.c44 SDL_GetWindowSize(window, &w, &h); in Emscripten_CreateWindowFramebuffer()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp374 SDL_GetWindowSize(window, &w, &h); in main()
478 SDL_GetWindowSize(window, &width, &height); in main()
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c854 SDL_GetWindowSize(state->windows[i], &w, &h); in SDLTest_CommonInit()
1361 SDL_GetWindowSize(window, &w, &h); in SDLTest_CommonEvent()
1372 SDL_GetWindowSize(window, &w, &h); in SDLTest_CommonEvent()
1407 SDL_GetWindowSize(state->windows[i], &w, &h); in SDLTest_CommonEvent()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_sdl.cpp279 SDL_GetWindowSize(window, &w, &h); in ImGui_ImplSDL2_NewFrame()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h613 extern DECLSPEC void SDLCALL SDL_GetWindowSize(SDL_Window * window, int *w,
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-ios.md77 When high-dpi support is enabled, SDL_GetWindowSize() and display mode sizes
87 (SDL_GetWindowSize()) can be used in order to display content at the same scale
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_fcitx.c511 SDL_GetWindowSize(focused_win, &w, &h); in SDL_Fcitx_UpdateTextRect()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdl.cpp430 SDL_GetWindowSize(bd->Window, &w, &h); in ImGui_ImplSDL2_NewFrame()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp332 SDL_GetWindowSize(window, &w, &h); in main()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h533 #define SDL_GetWindowSize SDL_GetWindowSize_REAL macro

12