• Home
  • Raw
  • Download

Lines Matching defs:window

41 static DWORD getWindowStyle(const _GLFWwindow* window)  in getWindowStyle()
65 static DWORD getWindowExStyle(const _GLFWwindow* window) in getWindowExStyle()
195 static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area) in applyAspectRatio()
223 static void centerCursor(_GLFWwindow* window) in centerCursor()
232 static GLFWbool cursorInClientArea(_GLFWwindow* window) in cursorInClientArea()
252 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage()
267 static void updateClipRect(_GLFWwindow* window) in updateClipRect()
393 static GLFWbool acquireMonitor(_GLFWwindow* window) in acquireMonitor()
414 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor()
428 _GLFWwindow* window = GetPropW(hWnd, L"GLFW"); in windowProc() local
855 static int createNativeWindow(_GLFWwindow* window, in createNativeWindow()
985 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow()
1024 void _glfwPlatformDestroyWindow(_GLFWwindow* window) in _glfwPlatformDestroyWindow()
1049 void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title) in _glfwPlatformSetWindowTitle()
1063 void _glfwPlatformSetWindowIcon(_GLFWwindow* window, in _glfwPlatformSetWindowIcon()
1102 void _glfwPlatformGetWindowPos(_GLFWwindow* window, int* xpos, int* ypos) in _glfwPlatformGetWindowPos()
1113 void _glfwPlatformSetWindowPos(_GLFWwindow* window, int xpos, int ypos) in _glfwPlatformSetWindowPos()
1122 void _glfwPlatformGetWindowSize(_GLFWwindow* window, int* width, int* height) in _glfwPlatformGetWindowSize()
1133 void _glfwPlatformSetWindowSize(_GLFWwindow* window, int width, int height) in _glfwPlatformSetWindowSize()
1151 void _glfwPlatformSetWindowSizeLimits(_GLFWwindow* window, in _glfwPlatformSetWindowSizeLimits()
1170 void _glfwPlatformSetWindowAspectRatio(_GLFWwindow* window, int numer, int denom) in _glfwPlatformSetWindowAspectRatio()
1185 void _glfwPlatformGetFramebufferSize(_GLFWwindow* window, int* width, int* height) in _glfwPlatformGetFramebufferSize()
1190 void _glfwPlatformGetWindowFrameSize(_GLFWwindow* window, in _glfwPlatformGetWindowFrameSize()
1212 void _glfwPlatformIconifyWindow(_GLFWwindow* window) in _glfwPlatformIconifyWindow()
1217 void _glfwPlatformRestoreWindow(_GLFWwindow* window) in _glfwPlatformRestoreWindow()
1222 void _glfwPlatformMaximizeWindow(_GLFWwindow* window) in _glfwPlatformMaximizeWindow()
1227 void _glfwPlatformShowWindow(_GLFWwindow* window) in _glfwPlatformShowWindow()
1232 void _glfwPlatformHideWindow(_GLFWwindow* window) in _glfwPlatformHideWindow()
1237 void _glfwPlatformFocusWindow(_GLFWwindow* window) in _glfwPlatformFocusWindow()
1244 void _glfwPlatformSetWindowMonitor(_GLFWwindow* window, in _glfwPlatformSetWindowMonitor()
1330 int _glfwPlatformWindowFocused(_GLFWwindow* window) in _glfwPlatformWindowFocused()
1335 int _glfwPlatformWindowIconified(_GLFWwindow* window) in _glfwPlatformWindowIconified()
1340 int _glfwPlatformWindowVisible(_GLFWwindow* window) in _glfwPlatformWindowVisible()
1345 int _glfwPlatformWindowMaximized(_GLFWwindow* window) in _glfwPlatformWindowMaximized()
1354 _GLFWwindow* window; in _glfwPlatformPollEvents() local
1435 _GLFWwindow* window = _glfw.windowListHead; in _glfwPlatformPostEmptyEvent() local
1439 void _glfwPlatformGetCursorPos(_GLFWwindow* window, double* xpos, double* ypos) in _glfwPlatformGetCursorPos()
1454 void _glfwPlatformSetCursorPos(_GLFWwindow* window, double xpos, double ypos) in _glfwPlatformSetCursorPos()
1466 void _glfwPlatformSetCursorMode(_GLFWwindow* window, int mode) in _glfwPlatformSetCursorMode()
1545 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) in _glfwPlatformSetCursor()
1551 void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* string) in _glfwPlatformSetClipboardString()
1598 const char* _glfwPlatformGetClipboardString(_GLFWwindow* window) in _glfwPlatformGetClipboardString()
1680 _GLFWwindow* window, in _glfwPlatformCreateWindowSurface()
1720 _GLFWwindow* window = (_GLFWwindow*) handle; in glfwGetWin32Window() local