Lines Matching defs:xpos
276 _glfw.hints.window.xpos = GLFW_ANY_POSITION;
371 _glfw.hints.window.xpos = value;
582 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos)
584 if (xpos)
585 *xpos = 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,