Searched refs:SDL_SetWindowPosition (Results 1 – 13 of 13) sorted by relevance
| /third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
| D | SDL_windowsshape.c | 104 SDL_SetWindowPosition(window,-1000,-1000); in Win32_ResizeWindowShape()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
| D | SDL_DirectFB_shape.c | 66 SDL_SetWindowPosition(window,-1000,-1000); in DirectFB_ResizeWindowShape()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
| D | SDL_x11shape.c | 84 SDL_SetWindowPosition(window,-1000,-1000); in X11_ResizeWindowShape()
|
| /third_party/flutter/skia/third_party/externals/sdl/test/ |
| D | testshape.c | 108 SDL_SetWindowPosition(window, SHAPED_WINDOW_X, SHAPED_WINDOW_Y); in main()
|
| D | testautomation_video.c | 987 SDL_SetWindowPosition(window, desiredX, desiredY); in video_getSetWindowPosition() 1043 SDL_SetWindowPosition(NULL, desiredX, desiredY); in video_getSetWindowPosition()
|
| /third_party/ffmpeg/libavdevice/ |
| D | sdl2.c | 219 SDL_SetWindowPosition(sdl->window, sdl->window_x, sdl->window_y); in sdl2_write_header()
|
| /third_party/flutter/skia/third_party/externals/sdl/include/ |
| D | SDL_video.h | 560 extern DECLSPEC void SDLCALL SDL_SetWindowPosition(SDL_Window * window,
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/ |
| D | SDL_shape.c | 262 SDL_SetWindowPosition(window,window->shaper->userx,window->shaper->usery); in SDL_SetWindowShape()
|
| D | SDL_video.c | 1734 SDL_SetWindowPosition(SDL_Window * window, int x, int y) in SDL_SetWindowPosition() function
|
| /third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
| D | SDL_dynapi_overrides.h | 530 #define SDL_SetWindowPosition SDL_SetWindowPosition_REAL macro
|
| D | SDL_dynapi_procs.h | 556 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/ |
| D | SDL_test_common.c | 1296 SDL_SetWindowPosition( window, rect.x, rect.y ); in FullscreenTo()
|
| /third_party/ffmpeg/fftools/ |
| D | ffplay.c | 1349 SDL_SetWindowPosition(window, screen_left, screen_top); in video_open()
|