Lines Matching defs:ypos
277 _glfw.hints.window.ypos = GLFW_ANY_POSITION;
374 _glfw.hints.window.ypos = value;
582 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos)
586 if (ypos)
587 *ypos = 0;
594 _glfw.platform.getWindowPos(window, xpos, ypos);
597 GLFWAPI void glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos)
607 _glfw.platform.setWindowPos(window, xpos, ypos);
1001 int xpos, int ypos,
1035 xpos, ypos, width, height,