Searched refs:pMonitorMgr (Results 1 – 2 of 2) sorted by relevance
36 IFWL_AdapterMonitorMgr* pMonitorMgr = pAdapterNative->GetMonitorMgr(); in CFWL_WidgetMgr() local37 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()
807 IFWL_AdapterMonitorMgr* pMonitorMgr = pNative->GetMonitorMgr(); in GetScreenSize() local808 if (!pMonitorMgr) in GetScreenSize()810 FWL_HMONITOR hMonitor = pMonitorMgr->GetMonitorByPoint(fx, fy); in GetScreenSize()811 pMonitorMgr->GetMonitorSize(hMonitor, fx, fy); in GetScreenSize()