Home
last modified time | relevance | path

Searched refs:SDL_SetWindowPosition (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsshape.c104 SDL_SetWindowPosition(window,-1000,-1000); in Win32_ResizeWindowShape()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_shape.c66 SDL_SetWindowPosition(window,-1000,-1000); in DirectFB_ResizeWindowShape()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11shape.c84 SDL_SetWindowPosition(window,-1000,-1000); in X11_ResizeWindowShape()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestshape.c108 SDL_SetWindowPosition(window, SHAPED_WINDOW_X, SHAPED_WINDOW_Y); in main()
Dtestautomation_video.c987 SDL_SetWindowPosition(window, desiredX, desiredY); in video_getSetWindowPosition()
1043 SDL_SetWindowPosition(NULL, desiredX, desiredY); in video_getSetWindowPosition()
/third_party/ffmpeg/libavdevice/
Dsdl2.c219 SDL_SetWindowPosition(sdl->window, sdl->window_x, sdl->window_y); in sdl2_write_header()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_video.h560 extern DECLSPEC void SDLCALL SDL_SetWindowPosition(SDL_Window * window,
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_shape.c262 SDL_SetWindowPosition(window,window->shaper->userx,window->shaper->usery); in SDL_SetWindowShape()
DSDL_video.c1734 SDL_SetWindowPosition(SDL_Window * window, int x, int y) in SDL_SetWindowPosition() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h530 #define SDL_SetWindowPosition SDL_SetWindowPosition_REAL macro
DSDL_dynapi_procs.h556 SDL_DYNAPI_PROC(void,SDL_SetWindowPosition,(SDL_Window *a, int b, int c),(a,b,c),)
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1296 SDL_SetWindowPosition( window, rect.x, rect.y ); in FullscreenTo()
/third_party/ffmpeg/fftools/
Dffplay.c1349 SDL_SetWindowPosition(window, screen_left, screen_top); in video_open()