Home
last modified time | relevance | path

Searched refs:SDL_WINDOWPOS_UNDEFINED (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenwindow.c42 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 Dtestdrawchessboard.c115 …window = SDL_CreateWindow("Chess Board", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 48… in main()
A Dtestoffscreen.c117 SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, in main()
A Dteststreaming.c152 SDL_WINDOWPOS_UNDEFINED, in main()
153 SDL_WINDOWPOS_UNDEFINED, in main()
A Dtestaudiohotplug.c152 …MinimizeWindow(SDL_CreateWindow("testaudiohotplug", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFIN… in main()
A Dtestoverlay2.c334 SDL_WINDOWPOS_UNDEFINED, in main()
335 SDL_WINDOWPOS_UNDEFINED, in main()
A Dtestyuv.c360 SDL_WINDOWPOS_UNDEFINED, in main()
361 SDL_WINDOWPOS_UNDEFINED, in main()
A Dtestautomation_video.c148 x = SDL_WINDOWPOS_UNDEFINED; in video_createWindowVariousPositions()
175 y = SDL_WINDOWPOS_UNDEFINED; in video_createWindowVariousPositions()
/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h130 #define SDL_WINDOWPOS_UNDEFINED SDL_WINDOWPOS_UNDEFINED_DISPLAY(0) macro
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandwindow.c662 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 DSDL_test_common.c83 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 DSDL_render.c736 *window = SDL_CreateWindow(NULL, SDL_WINDOWPOS_UNDEFINED, in SDL_CreateWindowAndRenderer()
737 SDL_WINDOWPOS_UNDEFINED, in SDL_CreateWindowAndRenderer()

Completed in 22 milliseconds