Lines Matching defs:window

31 static int createNativeWindow(_GLFWwindow* window,  in createNativeWindow()
45 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow()
73 void _glfwPlatformDestroyWindow(_GLFWwindow* window) in _glfwPlatformDestroyWindow()
79 void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) in _glfwPlatformSetWindowTitle()
83 void _glfwPlatformSetWindowIcon(_GLFWwindow* window, int count, in _glfwPlatformSetWindowIcon()
88 void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, in _glfwPlatformSetWindowMonitor()
96 void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) in _glfwPlatformGetWindowPos()
100 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) in _glfwPlatformSetWindowPos()
104 void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* height) in _glfwPlatformGetWindowSize()
112 void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) in _glfwPlatformSetWindowSize()
118 void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, in _glfwPlatformSetWindowSizeLimits()
124 void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int n, int d) in _glfwPlatformSetWindowAspectRatio()
128 void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, int* height) in _glfwPlatformGetFramebufferSize()
136 void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, in _glfwPlatformGetWindowFrameSize()
142 void _glfwPlatformGetWindowContentScale(_GLFWwindow* window, in _glfwPlatformGetWindowContentScale()
151 void _glfwPlatformIconifyWindow(_GLFWwindow* window) in _glfwPlatformIconifyWindow()
155 void _glfwPlatformRestoreWindow(_GLFWwindow* window) in _glfwPlatformRestoreWindow()
159 void _glfwPlatformMaximizeWindow(_GLFWwindow* window) in _glfwPlatformMaximizeWindow()
163 int _glfwPlatformWindowMaximized(_GLFWwindow* window) in _glfwPlatformWindowMaximized()
168 int _glfwPlatformWindowHovered(_GLFWwindow* window) in _glfwPlatformWindowHovered()
173 int _glfwPlatformFramebufferTransparent(_GLFWwindow* window) in _glfwPlatformFramebufferTransparent()
178 void _glfwPlatformSetWindowResizable(_GLFWwindow* window, GLFWbool enabled) in _glfwPlatformSetWindowResizable()
182 void _glfwPlatformSetWindowDecorated(_GLFWwindow* window, GLFWbool enabled) in _glfwPlatformSetWindowDecorated()
186 void _glfwPlatformSetWindowFloating(_GLFWwindow* window, GLFWbool enabled) in _glfwPlatformSetWindowFloating()
190 float _glfwPlatformGetWindowOpacity(_GLFWwindow* window) in _glfwPlatformGetWindowOpacity()
195 void _glfwPlatformSetWindowOpacity(_GLFWwindow* window, float opacity) in _glfwPlatformSetWindowOpacity()
199 void _glfwPlatformShowWindow(_GLFWwindow* window) in _glfwPlatformShowWindow()
204 void _glfwPlatformRequestWindowAttention(_GLFWwindow* window) in _glfwPlatformRequestWindowAttention()
208 void _glfwPlatformUnhideWindow(_GLFWwindow* window) in _glfwPlatformUnhideWindow()
212 void _glfwPlatformHideWindow(_GLFWwindow* window) in _glfwPlatformHideWindow()
216 void _glfwPlatformFocusWindow(_GLFWwindow* window) in _glfwPlatformFocusWindow()
220 int _glfwPlatformWindowFocused(_GLFWwindow* window) in _glfwPlatformWindowFocused()
225 int _glfwPlatformWindowIconified(_GLFWwindow* window) in _glfwPlatformWindowIconified()
230 int _glfwPlatformWindowVisible(_GLFWwindow* window) in _glfwPlatformWindowVisible()
251 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos) in _glfwPlatformGetCursorPos()
255 void _glfwPlatformSetCursorPos(_GLFWwindow* window, double x, double y) in _glfwPlatformSetCursorPos()
259 void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) in _glfwPlatformSetCursorMode()
279 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) in _glfwPlatformSetCursor()
314 _GLFWwindow* window, in _glfwPlatformCreateWindowSurface()