Searched refs:SDL_WINDOWPOS_ISUNDEFINED (Results 1 – 4 of 4) sorted by relevance
100 if (SDL_WINDOWPOS_ISUNDEFINED(data1) || in SDL_SendWindowEvent()101 SDL_WINDOWPOS_ISUNDEFINED(data2)) { in SDL_SendWindowEvent()
1065 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()
131 #define SDL_WINDOWPOS_ISUNDEFINED(X) \ macro
211 if (SDL_WINDOWPOS_ISUNDEFINED(state->window_x)) { in SDLTest_CommonArg()
Completed in 13 milliseconds