Lines Matching refs:_GLFWwindow
57 _GLFWwindow* window = data; in handleConfigure()
100 static void checkScaleChange(_GLFWwindow* window) in checkScaleChange()
135 _GLFWwindow* window = data; in handleEnter()
155 _GLFWwindow* window = data; in handleLeave()
178 static void setOpaqueRegion(_GLFWwindow* window) in setOpaqueRegion()
192 static GLFWbool createSurface(_GLFWwindow* window, in createSurface()
221 static GLFWbool createShellSurface(_GLFWwindow* window) in createShellSurface()
283 _GLFWwindow* window = _glfw.windowListHead; in handleEvents()
386 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow()
427 void _glfwPlatformDestroyWindow(_GLFWwindow* window) in _glfwPlatformDestroyWindow()
456 void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) in _glfwPlatformSetWindowTitle()
465 void _glfwPlatformSetWindowIcon(_GLFWwindow* window, in _glfwPlatformSetWindowIcon()
472 void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) in _glfwPlatformGetWindowPos()
481 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) in _glfwPlatformSetWindowPos()
489 void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* height) in _glfwPlatformGetWindowSize()
497 void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) in _glfwPlatformSetWindowSize()
508 void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, in _glfwPlatformSetWindowSizeLimits()
516 void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, int denom) in _glfwPlatformSetWindowAspectRatio()
522 void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, int* height) in _glfwPlatformGetFramebufferSize()
529 void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, in _glfwPlatformGetWindowFrameSize()
537 void _glfwPlatformIconifyWindow(_GLFWwindow* window) in _glfwPlatformIconifyWindow()
544 void _glfwPlatformRestoreWindow(_GLFWwindow* window) in _glfwPlatformRestoreWindow()
556 void _glfwPlatformMaximizeWindow(_GLFWwindow* window) in _glfwPlatformMaximizeWindow()
569 void _glfwPlatformShowWindow(_GLFWwindow* window) in _glfwPlatformShowWindow()
579 void _glfwPlatformHideWindow(_GLFWwindow* window) in _glfwPlatformHideWindow()
589 void _glfwPlatformFocusWindow(_GLFWwindow* window) in _glfwPlatformFocusWindow()
595 void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, in _glfwPlatformSetWindowMonitor()
616 int _glfwPlatformWindowFocused(_GLFWwindow* window) in _glfwPlatformWindowFocused()
621 int _glfwPlatformWindowIconified(_GLFWwindow* window) in _glfwPlatformWindowIconified()
627 int _glfwPlatformWindowVisible(_GLFWwindow* window) in _glfwPlatformWindowVisible()
632 int _glfwPlatformWindowMaximized(_GLFWwindow* window) in _glfwPlatformWindowMaximized()
657 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos) in _glfwPlatformGetCursorPos()
665 static GLFWbool isPointerLocked(_GLFWwindow* window);
667 void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) in _glfwPlatformSetCursorPos()
678 void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) in _glfwPlatformSetCursorMode()
784 _GLFWwindow* window = data; in handleRelativeMotion()
803 static void unlockPointer(_GLFWwindow* window) in unlockPointer()
817 static void lockPointer(_GLFWwindow* window);
829 static void lockPointer(_GLFWwindow* window) in lockPointer()
867 static GLFWbool isPointerLocked(_GLFWwindow* window) in isPointerLocked()
872 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) in _glfwPlatformSetCursor()
948 void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* string) in _glfwPlatformSetClipboardString()
955 const char* _glfwPlatformGetClipboardString(_GLFWwindow* window) in _glfwPlatformGetClipboardString()
1000 _GLFWwindow* window, in _glfwPlatformCreateWindowSurface()
1046 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWaylandWindow()