• Home
  • Raw
  • Download

Lines Matching defs:window

33 static void applySizeLimits(_GLFWwindow* window, int* width, int* height)  in applySizeLimits()
52 static void fitToMonitor(_GLFWwindow* window) in fitToMonitor()
63 static void acquireMonitor(_GLFWwindow* window) in acquireMonitor()
68 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor()
76 static int createNativeWindow(_GLFWwindow* window, in createNativeWindow()
114 GLFWbool _glfwCreateWindowNull(_GLFWwindow* window, in _glfwCreateWindowNull()
169 void _glfwDestroyWindowNull(_GLFWwindow* window) in _glfwDestroyWindowNull()
181 void _glfwSetWindowTitleNull(_GLFWwindow* window, const char* title) in _glfwSetWindowTitleNull()
185 void _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconNull()
189 void _glfwSetWindowMonitorNull(_GLFWwindow* window, in _glfwSetWindowMonitorNull()
224 void _glfwGetWindowPosNull(_GLFWwindow* window, int* xpos, int* ypos) in _glfwGetWindowPosNull()
232 void _glfwSetWindowPosNull(_GLFWwindow* window, int xpos, int ypos) in _glfwSetWindowPosNull()
245 void _glfwGetWindowSizeNull(_GLFWwindow* window, int* width, int* height) in _glfwGetWindowSizeNull()
253 void _glfwSetWindowSizeNull(_GLFWwindow* window, int width, int height) in _glfwSetWindowSizeNull()
268 void _glfwSetWindowSizeLimitsNull(_GLFWwindow* window, in _glfwSetWindowSizeLimitsNull()
278 void _glfwSetWindowAspectRatioNull(_GLFWwindow* window, int n, int d) in _glfwSetWindowAspectRatioNull()
286 void _glfwGetFramebufferSizeNull(_GLFWwindow* window, int* width, int* height) in _glfwGetFramebufferSizeNull()
294 void _glfwGetWindowFrameSizeNull(_GLFWwindow* window, in _glfwGetWindowFrameSizeNull()
322 void _glfwGetWindowContentScaleNull(_GLFWwindow* window, float* xscale, float* yscale) in _glfwGetWindowContentScaleNull()
330 void _glfwIconifyWindowNull(_GLFWwindow* window) in _glfwIconifyWindowNull()
348 void _glfwRestoreWindowNull(_GLFWwindow* window) in _glfwRestoreWindowNull()
365 void _glfwMaximizeWindowNull(_GLFWwindow* window) in _glfwMaximizeWindowNull()
374 GLFWbool _glfwWindowMaximizedNull(_GLFWwindow* window) in _glfwWindowMaximizedNull()
379 GLFWbool _glfwWindowHoveredNull(_GLFWwindow* window) in _glfwWindowHoveredNull()
387 GLFWbool _glfwFramebufferTransparentNull(_GLFWwindow* window) in _glfwFramebufferTransparentNull()
392 void _glfwSetWindowResizableNull(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowResizableNull()
397 void _glfwSetWindowDecoratedNull(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowDecoratedNull()
402 void _glfwSetWindowFloatingNull(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowFloatingNull()
407 void _glfwSetWindowMousePassthroughNull(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowMousePassthroughNull()
411 float _glfwGetWindowOpacityNull(_GLFWwindow* window) in _glfwGetWindowOpacityNull()
416 void _glfwSetWindowOpacityNull(_GLFWwindow* window, float opacity) in _glfwSetWindowOpacityNull()
421 void _glfwSetRawMouseMotionNull(_GLFWwindow *window, GLFWbool enabled) in _glfwSetRawMouseMotionNull()
430 void _glfwShowWindowNull(_GLFWwindow* window) in _glfwShowWindowNull()
435 void _glfwRequestWindowAttentionNull(_GLFWwindow* window) in _glfwRequestWindowAttentionNull()
439 void _glfwHideWindowNull(_GLFWwindow* window) in _glfwHideWindowNull()
450 void _glfwFocusWindowNull(_GLFWwindow* window) in _glfwFocusWindowNull()
473 GLFWbool _glfwWindowFocusedNull(_GLFWwindow* window) in _glfwWindowFocusedNull()
478 GLFWbool _glfwWindowIconifiedNull(_GLFWwindow* window) in _glfwWindowIconifiedNull()
483 GLFWbool _glfwWindowVisibleNull(_GLFWwindow* window) in _glfwWindowVisibleNull()
504 void _glfwGetCursorPosNull(_GLFWwindow* window, double* xpos, double* ypos) in _glfwGetCursorPosNull()
512 void _glfwSetCursorPosNull(_GLFWwindow* window, double x, double y) in _glfwSetCursorPosNull()
518 void _glfwSetCursorModeNull(_GLFWwindow* window, int mode) in _glfwSetCursorModeNull()
538 void _glfwSetCursorNull(_GLFWwindow* window, _GLFWcursor* cursor) in _glfwSetCursorNull()
567 EGLNativeWindowType _glfwGetEGLNativeWindowNull(_GLFWwindow* window) in _glfwGetEGLNativeWindowNull()
721 _GLFWwindow* window, in _glfwCreateWindowSurfaceNull()