Searched refs:hMonitor (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/include/fwl/adapter/ |
D | fwl_adaptermonitormgr.h | 20 virtual FWL_ERR GetMonitorSize(FWL_HMONITOR hMonitor,
|
/external/opencv3/modules/highgui/src/ |
D | window_w32.cpp | 471 HMONITOR hMonitor; in cvSetModeWindow_W32() local 473 hMonitor = MonitorFromRect(&rect, MONITOR_DEFAULTTONEAREST); in cvSetModeWindow_W32() 476 GetMonitorInfo(hMonitor, &mi); in cvSetModeWindow_W32() 1375 HMONITOR hMonitor; in MainWindowProc() local 1376 hMonitor = MonitorFromRect(&rect, MONITOR_DEFAULTTONEAREST); in MainWindowProc() 1380 GetMonitorInfo(hMonitor, &mi); in MainWindowProc()
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_widgetimp.cpp | 810 FWL_HMONITOR hMonitor = pMonitorMgr->GetMonitorByPoint(fx, fy); in GetScreenSize() local 811 pMonitorMgr->GetMonitorSize(hMonitor, fx, fy); in GetScreenSize()
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 2337 virtual HRESULT WINAPI OnDisplayChange(HMONITOR hMonitor) = 0; 2349 HRESULT (WINAPI *OnDisplayChange)(IOverlayNotify2 *This,HMONITOR hMonitor); 2363 #define IOverlayNotify2_OnDisplayChange(This,hMonitor) (This)->lpVtbl->OnDisplayChange(This,hMonito… argument 2366 HRESULT WINAPI IOverlayNotify2_OnDisplayChange_Proxy(IOverlayNotify2 *This,HMONITOR hMonitor); 8507 virtual HRESULT WINAPI SetDDrawDevice(LPDIRECTDRAW7 lpDDrawDevice,HMONITOR hMonitor) = 0; 8508 virtual HRESULT WINAPI ChangeDDrawDevice(LPDIRECTDRAW7 lpDDrawDevice,HMONITOR hMonitor) = 0; 8520 …I *SetDDrawDevice)(IVMRSurfaceAllocatorNotify *This,LPDIRECTDRAW7 lpDDrawDevice,HMONITOR hMonitor); 8521 …ChangeDDrawDevice)(IVMRSurfaceAllocatorNotify *This,LPDIRECTDRAW7 lpDDrawDevice,HMONITOR hMonitor); 8535 …rNotify_SetDDrawDevice(This,lpDDrawDevice,hMonitor) (This)->lpVtbl->SetDDrawDevice(This,lpDDrawDev… argument 8536 …ify_ChangeDDrawDevice(This,lpDDrawDevice,hMonitor) (This)->lpVtbl->ChangeDDrawDevice(This,lpDDrawD… argument [all …]
|