Lines Matching defs:window

43 void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused)  in _glfwInputWindowFocus()
72 void _glfwInputWindowPos(_GLFWwindow* window, int x, int y) in _glfwInputWindowPos()
81 void _glfwInputWindowSize(_GLFWwindow* window, int width, int height) in _glfwInputWindowSize()
89 void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) in _glfwInputWindowIconify()
97 void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized) in _glfwInputWindowMaximize()
106 void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) in _glfwInputFramebufferSize()
115 void _glfwInputWindowContentScale(_GLFWwindow* window, float xscale, float yscale) in _glfwInputWindowContentScale()
123 void _glfwInputWindowDamage(_GLFWwindow* window) in _glfwInputWindowDamage()
131 void _glfwInputWindowCloseRequest(_GLFWwindow* window) in _glfwInputWindowCloseRequest()
141 void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) in _glfwInputWindowMonitor()
159 _GLFWwindow* window; in glfwCreateWindow() local
446 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwDestroyWindow() local
479 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwWindowShouldClose() local
488 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowShouldClose() local
497 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowTitle() local
508 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowIcon() local
519 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowPos() local
533 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowPos() local
546 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowSize() local
560 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSize() local
577 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSizeLimits() local
620 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowAspectRatio() local
649 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetFramebufferSize() local
665 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowFrameSize() local
684 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowContentScale() local
698 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowOpacity() local
707 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowOpacity() local
726 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwIconifyWindow() local
735 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwRestoreWindow() local
744 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwMaximizeWindow() local
757 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwShowWindow() local
773 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwRequestWindowAttention() local
783 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwHideWindow() local
796 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwFocusWindow() local
806 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowAttrib() local
865 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowAttrib() local
909 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowMonitor() local
922 _GLFWwindow* window = (_GLFWwindow*) wh; in glfwSetWindowMonitor() local
957 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowUserPointer() local
966 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWindowUserPointer() local
976 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowPosCallback() local
987 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowSizeCallback() local
998 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowCloseCallback() local
1009 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowRefreshCallback() local
1020 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowFocusCallback() local
1031 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowIconifyCallback() local
1042 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowMaximizeCallback() local
1053 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetFramebufferSizeCallback() local
1064 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwSetWindowContentScaleCallback() local