Searched refs:DISPLAY_DEVICEW (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/glfw/src/ |
D | win32_monitor.c | 38 static _GLFWmonitor* createMonitor(DISPLAY_DEVICEW* adapter, in createMonitor() 39 DISPLAY_DEVICEW* display) in createMonitor() 153 DISPLAY_DEVICEW adapter, display; in _glfwPlatformGetMonitors() 164 ZeroMemory(&adapter, sizeof(DISPLAY_DEVICEW)); in _glfwPlatformGetMonitors() 165 adapter.cb = sizeof(DISPLAY_DEVICEW); in _glfwPlatformGetMonitors() 173 ZeroMemory(&display, sizeof(DISPLAY_DEVICEW)); in _glfwPlatformGetMonitors() 174 display.cb = sizeof(DISPLAY_DEVICEW); in _glfwPlatformGetMonitors() 185 ZeroMemory(&adapter, sizeof(DISPLAY_DEVICEW)); in _glfwPlatformGetMonitors() 186 adapter.cb = sizeof(DISPLAY_DEVICEW); in _glfwPlatformGetMonitors() 201 ZeroMemory(&display, sizeof(DISPLAY_DEVICEW)); in _glfwPlatformGetMonitors() [all …]
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | multimon.h | 91 } DISPLAY_DEVICEW,*PDISPLAY_DEVICEW,*LPDISPLAY_DEVICEW; typedef
|
D | wingdi.h | 2037 } DISPLAY_DEVICEW,*PDISPLAY_DEVICEW,*LPDISPLAY_DEVICEW; typedef
|