Home
last modified time | relevance | path

Searched refs:SDL_WINDOWPOS_ISUNDEFINED (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_windowevents.c100 if (SDL_WINDOWPOS_ISUNDEFINED(data1) || in SDL_SendWindowEvent()
101 SDL_WINDOWPOS_ISUNDEFINED(data2)) { in SDL_SendWindowEvent()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c1065 if (SDL_WINDOWPOS_ISUNDEFINED(window->x) || in SDL_GetWindowDisplayIndex()
1073 if (SDL_WINDOWPOS_ISUNDEFINED(window->y) || in SDL_GetWindowDisplayIndex()
1531 if (SDL_WINDOWPOS_ISUNDEFINED(x) || SDL_WINDOWPOS_ISUNDEFINED(y) || in SDL_CreateWindow()
1539 if (SDL_WINDOWPOS_ISUNDEFINED(x) || SDL_WINDOWPOS_ISCENTERED(x)) { in SDL_CreateWindow()
1542 if (SDL_WINDOWPOS_ISUNDEFINED(y) || SDL_WINDOWPOS_ISCENTERED(y)) { in SDL_CreateWindow()
1946 if (!SDL_WINDOWPOS_ISUNDEFINED(x)) { in SDL_SetWindowPosition()
1949 if (!SDL_WINDOWPOS_ISUNDEFINED(y)) { in SDL_SetWindowPosition()
1953 if (!SDL_WINDOWPOS_ISUNDEFINED(x)) { in SDL_SetWindowPosition()
1956 if (!SDL_WINDOWPOS_ISUNDEFINED(y)) { in SDL_SetWindowPosition()
/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h131 #define SDL_WINDOWPOS_ISUNDEFINED(X) \ macro
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c211 if (SDL_WINDOWPOS_ISUNDEFINED(state->window_x)) { in SDLTest_CommonArg()

Completed in 13 milliseconds