Home
last modified time | relevance | path

Searched refs:pMonitorMgr (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetmgrimp.cpp36 IFWL_AdapterMonitorMgr* pMonitorMgr = pAdapterNative->GetMonitorMgr(); in CFWL_WidgetMgr() local
37 if (pMonitorMgr) { in CFWL_WidgetMgr()
38 FWL_HMONITOR monitor = pMonitorMgr->GetCurrentMonitor(); in CFWL_WidgetMgr()
40 pMonitorMgr->GetMonitorSize(monitor, m_rtScreen.width, m_rtScreen.height); in CFWL_WidgetMgr()
Dfwl_widgetimp.cpp807 IFWL_AdapterMonitorMgr* pMonitorMgr = pNative->GetMonitorMgr(); in GetScreenSize() local
808 if (!pMonitorMgr) in GetScreenSize()
810 FWL_HMONITOR hMonitor = pMonitorMgr->GetMonitorByPoint(fx, fy); in GetScreenSize()
811 pMonitorMgr->GetMonitorSize(hMonitor, fx, fy); in GetScreenSize()