Lines Matching defs:handle
41 static BOOL CALLBACK monitorCallback(HMONITOR handle,
50 if (GetMonitorInfoW(handle, (MONITORINFO*) &mi))
54 monitor->win32.handle = handle;
188 // handle may have changed, update
317 void _glfwGetHMONITORContentScaleWin32(HMONITOR handle, float* xscale, float* yscale)
328 if (GetDpiForMonitor(handle, MDT_EFFECTIVE_DPI, &xdpi, &ydpi) != S_OK)
377 _glfwGetHMONITORContentScaleWin32(monitor->win32.handle, xscale, yscale);
385 GetMonitorInfoW(monitor->win32.handle, &mi);
541 GLFWAPI const char* glfwGetWin32Adapter(GLFWmonitor* handle)
551 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;
557 GLFWAPI const char* glfwGetWin32Monitor(GLFWmonitor* handle)
567 _GLFWmonitor* monitor = (_GLFWmonitor*) handle;