Lines Matching refs:displayRect
710 auto displayRect = DisplayGroupInfo::GetInstance().GetDisplayRect(displayId); in GetDisplayRectWithoutSystemBarAreas() local
711 Rect targetRect = displayRect; in GetDisplayRectWithoutSystemBarAreas()
716 targetRect.height_ = displayRect.width_; in GetDisplayRectWithoutSystemBarAreas()
717 targetRect.width_ = displayRect.height_; in GetDisplayRectWithoutSystemBarAreas()
724 targetRect.posY_ = displayRect.posY_ + static_cast<int32_t>( in GetDisplayRectWithoutSystemBarAreas()
1604 …Rect displayRect = { info->GetOffsetX(), info->GetOffsetY(), info->GetWidth(), info->GetHeight() }; in GetAllDisplayRectsByDMS() local
1605 displayRectMap.insert(std::make_pair(displayId, displayRect)); in GetAllDisplayRectsByDMS()
1608 … displayId, displayRect.posX_, displayRect.posY_, displayRect.width_, displayRect.height_); in GetAllDisplayRectsByDMS()
1621 …Rect displayRect = { info->GetOffsetX(), info->GetOffsetY(), info->GetWidth(), info->GetHeight() }; in GetAllDisplayRectsByDisplayInfo() local
1622 displayRectMap.insert(std::make_pair(id, displayRect)); in GetAllDisplayRectsByDisplayInfo()
1625 id, displayRect.posX_, displayRect.posY_, displayRect.width_, displayRect.height_); in GetAllDisplayRectsByDisplayInfo()