Searched refs:FWL_HMONITOR (Results 1 – 3 of 3) sorted by relevance
10 typedef struct _FWL_HMONITOR { void* pData; } * FWL_HMONITOR; typedef16 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,
38 FWL_HMONITOR monitor = pMonitorMgr->GetCurrentMonitor(); in CFWL_WidgetMgr()
810 FWL_HMONITOR hMonitor = pMonitorMgr->GetMonitorByPoint(fx, fy); in GetScreenSize()