Lines Matching refs:_GLFWwindow
98 static GLFWbool waitForVisibilityNotify(_GLFWwindow* window) in waitForVisibilityNotify()
117 static int getWindowState(_GLFWwindow* window) in getWindowState()
150 _GLFWwindow* window = (_GLFWwindow*) pointer; in isFrameExtentsEvent()
211 static _GLFWwindow* findWindowByHandle(Window handle) in findWindowByHandle()
213 _GLFWwindow* window; in findWindowByHandle()
228 static void sendEventToWM(_GLFWwindow* window, Atom type, in sendEventToWM()
252 static void updateNormalHints(_GLFWwindow* window, int width, int height) in updateNormalHints()
301 static void updateWindowMode(_GLFWwindow* window) in updateWindowMode()
439 static void centerCursor(_GLFWwindow* window) in centerCursor()
448 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage()
466 static GLFWbool createNativeWindow(_GLFWwindow* window, in createNativeWindow()
815 static void pushSelectionToManager(_GLFWwindow* window) in pushSelectionToManager()
862 static GLFWbool acquireMonitor(_GLFWwindow* window) in acquireMonitor()
904 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor()
954 _GLFWwindow* window = NULL; in processEvent()
1538 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow()
1600 void _glfwPlatformDestroyWindow(_GLFWwindow* window) in _glfwPlatformDestroyWindow()
1640 void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) in _glfwPlatformSetWindowTitle()
1671 void _glfwPlatformSetWindowIcon(_GLFWwindow* window, in _glfwPlatformSetWindowIcon()
1716 void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) in _glfwPlatformGetWindowPos()
1730 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) in _glfwPlatformSetWindowPos()
1754 void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* height) in _glfwPlatformGetWindowSize()
1765 void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) in _glfwPlatformSetWindowSize()
1783 void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, in _glfwPlatformSetWindowSizeLimits()
1793 void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, int denom) in _glfwPlatformSetWindowAspectRatio()
1801 void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, int* height) in _glfwPlatformGetFramebufferSize()
1806 void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, in _glfwPlatformGetWindowFrameSize()
1867 void _glfwPlatformIconifyWindow(_GLFWwindow* window) in _glfwPlatformIconifyWindow()
1882 void _glfwPlatformRestoreWindow(_GLFWwindow* window) in _glfwPlatformRestoreWindow()
1916 void _glfwPlatformMaximizeWindow(_GLFWwindow* window) in _glfwPlatformMaximizeWindow()
1932 void _glfwPlatformShowWindow(_GLFWwindow* window) in _glfwPlatformShowWindow()
1941 void _glfwPlatformHideWindow(_GLFWwindow* window) in _glfwPlatformHideWindow()
1947 void _glfwPlatformFocusWindow(_GLFWwindow* window) in _glfwPlatformFocusWindow()
1961 void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, in _glfwPlatformSetWindowMonitor()
2005 int _glfwPlatformWindowFocused(_GLFWwindow* window) in _glfwPlatformWindowFocused()
2014 int _glfwPlatformWindowIconified(_GLFWwindow* window) in _glfwPlatformWindowIconified()
2019 int _glfwPlatformWindowVisible(_GLFWwindow* window) in _glfwPlatformWindowVisible()
2026 int _glfwPlatformWindowMaximized(_GLFWwindow* window) in _glfwPlatformWindowMaximized()
2091 _GLFWwindow* window = _glfw.windowListHead; in _glfwPlatformPostEmptyEvent()
2103 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos) in _glfwPlatformGetCursorPos()
2120 void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) in _glfwPlatformSetCursorPos()
2131 void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) in _glfwPlatformSetCursorMode()
2217 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) in _glfwPlatformSetCursor()
2226 void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* string) in _glfwPlatformSetClipboardString()
2243 const char* _glfwPlatformGetClipboardString(_GLFWwindow* window) in _glfwPlatformGetClipboardString()
2383 _GLFWwindow* window, in _glfwPlatformCreateWindowSurface()
2471 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetX11Window()