Lines Matching defs:window
43 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) in _glfwInputWindowFocus()
75 void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) in _glfwInputWindowPos()
86 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
98 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) in _glfwInputWindowIconify()
109 void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized) in _glfwInputWindowMaximize()
121 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
134 void _glfwInputWindowContentScale(_GLFWwindow* window, float xscale, float yscale) in _glfwInputWindowContentScale()
148 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
158 void _glfwInputWindowCloseRequest(_GLFWwindow* window) in _glfwInputWindowCloseRequest()
170 void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitor()
188 _GLFWwindow* window; in glfwCreateWindow() local
472 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwDestroyWindow() local
506 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwWindowShouldClose() local
516 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowShouldClose() local
526 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowTitle() local
538 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowTitle() local
558 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowIcon() local
591 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowPos() local
601 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowPos() local
619 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowSize() local
632 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSize() local
647 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSizeLimits() local
693 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowAspectRatio() local
725 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetFramebufferSize() local
746 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowFrameSize() local
762 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowContentScale() local
772 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowOpacity() local
786 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowOpacity() local
802 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwIconifyWindow() local
812 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwRestoreWindow() local
822 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwMaximizeWindow() local
835 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwShowWindow() local
851 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwRequestWindowAttention() local
861 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwHideWindow() local
874 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwFocusWindow() local
884 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowAttrib() local
947 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowAttrib() local
993 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowMonitor() local
1010 _GLFWwindow* window = (_GLFWwindow*) wh; in glfwSetWindowMonitor() local
1043 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowUserPointer() local
1053 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowUserPointer() local
1064 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowPosCallback() local
1076 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSizeCallback() local
1088 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowCloseCallback() local
1100 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowRefreshCallback() local
1112 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowFocusCallback() local
1124 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowIconifyCallback() local
1136 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowMaximizeCallback() local
1148 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetFramebufferSizeCallback() local
1160 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowContentScaleCallback() local