Searched refs:SDL_WINDOWPOS_UNDEFINED (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/offscreen/ |
A D | SDL_offscreenwindow.c | 42 if (window->x == SDL_WINDOWPOS_UNDEFINED) { in OFFSCREEN_CreateWindow() 46 if (window->y == SDL_WINDOWPOS_UNDEFINED) { in OFFSCREEN_CreateWindow()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testdrawchessboard.c | 115 …window = SDL_CreateWindow("Chess Board", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 48… in main()
|
A D | testoffscreen.c | 117 SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, in main()
|
A D | teststreaming.c | 152 SDL_WINDOWPOS_UNDEFINED, in main() 153 SDL_WINDOWPOS_UNDEFINED, in main()
|
A D | testaudiohotplug.c | 152 …MinimizeWindow(SDL_CreateWindow("testaudiohotplug", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFIN… in main()
|
A D | testoverlay2.c | 334 SDL_WINDOWPOS_UNDEFINED, in main() 335 SDL_WINDOWPOS_UNDEFINED, in main()
|
A D | testyuv.c | 360 SDL_WINDOWPOS_UNDEFINED, in main() 361 SDL_WINDOWPOS_UNDEFINED, in main()
|
A D | testautomation_video.c | 148 x = SDL_WINDOWPOS_UNDEFINED; in video_createWindowVariousPositions() 175 y = SDL_WINDOWPOS_UNDEFINED; in video_createWindowVariousPositions()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_video.h | 130 #define SDL_WINDOWPOS_UNDEFINED SDL_WINDOWPOS_UNDEFINED_DISPLAY(0) macro
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandwindow.c | 662 if (window->x == SDL_WINDOWPOS_UNDEFINED) { in Wayland_CreateWindow() 665 if (window->y == SDL_WINDOWPOS_UNDEFINED) { in Wayland_CreateWindow()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 83 state->window_x = SDL_WINDOWPOS_UNDEFINED; in SDLTest_CommonCreateState() 84 state->window_y = SDL_WINDOWPOS_UNDEFINED; in SDLTest_CommonCreateState()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 736 *window = SDL_CreateWindow(NULL, SDL_WINDOWPOS_UNDEFINED, in SDL_CreateWindowAndRenderer() 737 SDL_WINDOWPOS_UNDEFINED, in SDL_CreateWindowAndRenderer()
|
Completed in 22 milliseconds