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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
multimon.h 63 typedef WINBOOL (CALLBACK *MONITORENUMPROC)(HMONITOR,HDC,LPRECT,LPARAM);
108 HMONITOR (WINAPI *g_pfnMonitorFromWindow)(HWND,DWORD) = NULL;
109 HMONITOR (WINAPI *g_pfnMonitorFromRect)(LPCRECT,DWORD) = NULL;
110 HMONITOR (WINAPI *g_pfnMonitorFromPoint)(POINT,DWORD) = NULL;
111 WINBOOL (WINAPI *g_pfnGetMonitorInfo)(HMONITOR,LPMONITORINFO) = NULL;
174 #define xPRIMARY_MONITOR ((HMONITOR)0x12340042)
176 HMONITOR WINAPI xMonitorFromPoint(POINT ptScreenCoords,DWORD dwFlags) {
189 HMONITOR WINAPI xMonitorFromRect(LPCRECT lprcScreenCoords,DWORD dwFlags)
203 HMONITOR WINAPI xMonitorFromWindow(HWND hWnd,DWORD dwFlags) {
211 WINBOOL WINAPI xGetMonitorInfo(HMONITOR hMonitor,LPMONITORINFO lpMonitorInfo)
    [all...]
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;
95 HMONITOR Monitor;
opmapi.h 252 HMONITOR hMonitor,
windef.h 220 DECLARE_HANDLE(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...]
shdeprecated.h     [all...]
winuser.h     [all...]
dxgi.h 115 typedef HANDLE HMONITOR;
161 HMONITOR Monitor;
    [all...]
strmif.h     [all...]
d3d9.h 202 STDMETHOD_(HMONITOR, GetAdapterMonitor)(THIS_ UINT Adapter) PURE;
280 STDMETHOD_(HMONITOR, GetAdapterMonitor)(THIS_ UINT Adapter) PURE;
    [all...]
ddraw.h     [all...]
d3d8.h 149 STDMETHOD_(HMONITOR,GetAdapterMonitor)(THIS_ UINT Adapter) PURE;
    [all...]
  /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/src/fxge/win32/
dwrite_int.h 26 DECLARE_HANDLE(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/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 50 typedef HANDLE HMONITOR;
92 HMONITOR Monitor;
  /external/opencv3/modules/highgui/src/
window_w32.cpp 471 HMONITOR hMonitor;
473 hMonitor = MonitorFromRect(&rect, MONITOR_DEFAULTTONEAREST);
476 GetMonitorInfo(hMonitor, &mi);
    [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]
ddraw.h     [all...]

Completed in 1859 milliseconds

1 2