HomeSort by relevance Sort by last modified time
    Searched refs:HMONITOR (Results 1 - 25 of 40) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
physicalmonitorenumerationapi.h 32 _BOOL WINAPI DestroyPhysicalMonitor (HANDLE hMonitor);
34 _BOOL WINAPI GetNumberOfPhysicalMonitorsFromHMONITOR (HMONITOR hMonitor, LPDWORD pdwNumberOfPhysicalMonitors);
36 _BOOL WINAPI GetPhysicalMonitorsFromHMONITOR (HMONITOR hMonitor, DWORD dwPhysicalMonitorArraySize, LPPHYSICAL_MONITOR pPhysicalMonitorArray);
multimon.h 72 typedef WINBOOL (CALLBACK *MONITORENUMPROC)(HMONITOR, HDC, LPRECT, LPARAM);
117 HMONITOR (WINAPI *g_pfnMonitorFromWindow)(HWND, DWORD) = NULL;
118 HMONITOR (WINAPI *g_pfnMonitorFromRect)(LPCRECT, DWORD) = NULL;
119 HMONITOR (WINAPI *g_pfnMonitorFromPoint)(POINT, DWORD) = NULL;
120 WINBOOL (WINAPI *g_pfnGetMonitorInfo)(HMONITOR, LPMONITORINFO) = NULL;
195 #define xPRIMARY_MONITOR ((HMONITOR)0x12340042)
197 HMONITOR WINAPI xMonitorFromPoint (POINT pt, DWORD flags) {
208 HMONITOR WINAPI xMonitorFromRect (LPCRECT pr, DWORD flags) {
219 HMONITOR WINAPI xMonitorFromWindow (HWND hw, DWORD flags) {
234 WINBOOL WINAPI xGetMonitorInfo (HMONITOR hmon, LPMONITORINFO pmi)
    [all...]
windef.h 55 DECLARE_HANDLE(HMONITOR);
vmr9.idl 27 typedef HANDLE HMONITOR;
143 HRESULT SetD3DDevice([in] IDirect3DDevice9 *device, [in] HMONITOR monitor);
144 HRESULT ChangeD3DDevice([in] IDirect3DDevice9 *device, [in] HMONITOR monitor);
398 HMONITOR hMon;
dxgi.idl 50 typedef HANDLE HMONITOR;
99 HMONITOR Monitor;
opmapi.h 250 HMONITOR hMonitor,
vmr9.h 117 typedef HANDLE HMONITOR;
666 HMONITOR monitor) = 0;
670 HMONITOR monitor) = 0;
711 HMONITOR monitor);
716 HMONITOR monitor);
763 static FORCEINLINE HRESULT IVMRSurfaceAllocatorNotify9_SetD3DDevice(IVMRSurfaceAllocatorNotify9* This,IDirect3DDevice9 *device,HMONITOR monitor) {
766 static FORCEINLINE HRESULT IVMRSurfaceAllocatorNotify9_ChangeD3DDevice(IVMRSurfaceAllocatorNotify9* This,IDirect3DDevice9 *device,HMONITOR monitor) {
792 HMONITOR monitor);
801 HMONITOR monitor);
    [all...]
dwrite_1.h 233 HMONITOR monitor,
dwrite_2.h 225 HMONITOR monitor,
  /external/webrtc/webrtc/base/
win32windowpicker.h 31 static BOOL CALLBACK MonitorEnumProc(HMONITOR h_monitor,
window.h 22 #include "webrtc/base/win32.h" // Include HWND, HMONITOR.
77 typedef HMONITOR DesktopT;
win32windowpicker.cc 71 BOOL CALLBACK Win32WindowPicker::MonitorEnumProc(HMONITOR h_monitor,
  /external/pdfium/core/fxge/win32/
dwrite_int.h 30 DECLARE_HANDLE(HMONITOR);
  /external/swiftshader/src/D3D8/
Direct3D8.hpp 51 HMONITOR __stdcall GetAdapterMonitor(unsigned int adapter) override;
  /external/swiftshader/src/D3D9/
Direct3D9.hpp 52 HMONITOR __stdcall GetAdapterMonitor(unsigned int adapter) override;
Direct3D9Ex.hpp 52 HMONITOR __stdcall GetAdapterMonitor(unsigned int adapter) override;
Direct3D9Ex.cpp 239 HMONITOR Direct3D9Ex::GetAdapterMonitor(unsigned int adapter)
  /external/python/cpython2/Lib/ctypes/
wintypes.py 81 HMONITOR = HANDLE
170 'HKL', 'HLOCAL', 'HMENU', 'HMETAFILE', 'HMODULE', 'HMONITOR',
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 85 HMONITOR = HANDLE
174 'HKL', 'HLOCAL', 'HMENU', 'HMETAFILE', 'HMODULE', 'HMONITOR',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 85 HMONITOR = HANDLE
174 'HKL', 'HLOCAL', 'HMENU', 'HMETAFILE', 'HMODULE', 'HMONITOR',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 85 HMONITOR = HANDLE
174 'HKL', 'HLOCAL', 'HMENU', 'HMETAFILE', 'HMODULE', 'HMONITOR',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 85 HMONITOR = HANDLE
174 'HKL', 'HLOCAL', 'HMENU', 'HMETAFILE', 'HMODULE', 'HMONITOR',
  /external/python/cpython3/Lib/ctypes/
wintypes.py 82 HMONITOR = HANDLE
  /external/swiftshader/src/Main/
FrameBufferDD.cpp 25 int __stdcall enumDisplayCallback(GUID* guid, char *driverDescription, char *driverName, void *context, HMONITOR monitor)
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 185 HMONITOR hMonitor;
190 hMonitor = MonitorFromPoint(p, MONITOR_DEFAULTTOPRIMARY);
192 bRet = GetMonitorInfo(hMonitor, &sMInfo);

Completed in 578 milliseconds

1 2