Lines Matching refs:displayRectMap
107 auto displayRectMap = GetAllDisplayRectsByDMS(displayInfo);
109 ProcessExpandDisplayCreate(defaultDisplayId, displayInfo, displayRectMap);
1573 std::map<DisplayId, Rect>& displayRectMap)
1588 container->GetDisplayGroupController()->ProcessDisplayCreate(defaultDisplayId, displayInfo, displayRectMap);
1595 std::map<DisplayId, Rect> displayRectMap;
1598 return displayRectMap;
1604 displayRectMap.insert(std::make_pair(displayId, displayRect));
1609 return displayRectMap;
1615 std::map<DisplayId, Rect> displayRectMap;
1621 displayRectMap.insert(std::make_pair(id, displayRect));
1626 return displayRectMap;
1646 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap);
1647 ProcessExpandDisplayCreate(defaultDisplayId, displayInfo, displayRectMap);
1695 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap);
1696 // erase displayId in displayRectMap
1697 auto displayRectIter = displayRectMap.find(displayId);
1698 if (displayRectIter == displayRectMap.end()) {
1701 displayRectMap.erase(displayRectIter);
1703 defaultDisplayId, displayInfo, displayRectMap, needDestroyWindows);
1738 auto displayRectMap = GetAllDisplayRectsByDisplayInfo(displayInfoMap);
1739 container->GetDisplayGroupController()->ProcessDisplayChange(defaultDisplayId, displayInfo, displayRectMap, type);