Home
last modified time | relevance | path

Searched refs:FWL_HMONITOR (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adaptermonitormgr.h10 typedef struct _FWL_HMONITOR { void* pData; } * FWL_HMONITOR; typedef
16 virtual FWL_HMONITOR GetMonitor(int32_t nIndex) = 0;
17 virtual FWL_HMONITOR GetCurrentMonitor() = 0;
18 virtual FWL_HMONITOR GetMonitorByRect(const CFX_RectF& rect) = 0;
19 virtual FWL_HMONITOR GetMonitorByPoint(FX_FLOAT fx, FX_FLOAT fy) = 0;
20 virtual FWL_ERR GetMonitorSize(FWL_HMONITOR hMonitor,
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetmgrimp.cpp38 FWL_HMONITOR monitor = pMonitorMgr->GetCurrentMonitor(); in CFWL_WidgetMgr()
Dfwl_widgetimp.cpp810 FWL_HMONITOR hMonitor = pMonitorMgr->GetMonitorByPoint(fx, fy); in GetScreenSize()