Searched refs:GetMouseIconPath (Results 1 – 5 of 5) sorted by relevance
112 virtual std::map<MOUSE_ICON, IconStyle> GetMouseIconPath() in GetMouseIconPath() function
95 std::map<MOUSE_ICON, IconStyle> GetMouseIconPath() override;
293 std::map<MOUSE_ICON, IconStyle> iconPath = GetMouseIconPath(); in DrawPointer()295 …AdjustMouseFocus(direction, ICON_TYPE(GetMouseIconPath()[MOUSE_ICON(MOUSE_ICON::CURSOR_CIRCLE)].al… in DrawPointer()298 …AdjustMouseFocus(direction, ICON_TYPE(GetMouseIconPath()[MOUSE_ICON(pointerStyle.id)].alignmentWay… in DrawPointer()304 ICON_TYPE(GetMouseIconPath()[MOUSE_ICON(pointerStyle.id)].alignmentWay)); in DrawPointer()1439 …AdjustMouseFocus(direction, ICON_TYPE(GetMouseIconPath()[MOUSE_ICON(lastMouseStyle_.id)].alignment… in SetPointerSize()1771 auto iconPath = GetMouseIconPath(); in UpdateDefaultPointerStyle()1792 std::map<MOUSE_ICON, IconStyle> PointerDrawingManager::GetMouseIconPath() in GetMouseIconPath() function in OHOS::MMI::PointerDrawingManager1887 auto iconPath = GetMouseIconPath(); in SetPointerStyle()
1307 …:map<MOUSE_ICON, IconStyle> mouseIcons = IPointerDrawingManager::GetInstance()->GetMouseIconPath(); in UpdateDisplayInfo()
425 std::map<MOUSE_ICON, IconStyle> PointerDrawingManager::GetMouseIconPath() in GetMouseIconPath() function in OHOS::PointerDrawingManager