Searched refs:oriDisplayRect (Results 1 – 2 of 2) sorted by relevance
/foundation/window/window_manager/wmserver/src/ |
D | window_layout_policy.cpp | 125 const Rect& oriDisplayRect, in UpdateRectInDisplayGroup() argument 132 newRect.posX_ = newRect.posX_ - oriDisplayRect.posX_ + newDisplayRect.posX_; in UpdateRectInDisplayGroup() 133 newRect.posY_ = newRect.posY_ - oriDisplayRect.posY_ + newDisplayRect.posY_; in UpdateRectInDisplayGroup() 139 UpdateRectInDisplayGroup(childNode, oriDisplayRect, newDisplayRect); in UpdateRectInDisplayGroup() 160 const Rect& oriDisplayRect, in UpdateRectInDisplayGroupForAllNodes() argument 165 …displayId, oriDisplayRect.posX_, oriDisplayRect.posY_, oriDisplayRect.width_, oriDisplayRect.heigh… in UpdateRectInDisplayGroupForAllNodes() 173 UpdateRectInDisplayGroup(node, oriDisplayRect, newDisplayRect); in UpdateRectInDisplayGroupForAllNodes() 212 const auto& oriDisplayRect = iter->second; in ProcessDisplayCreate() local 214 UpdateRectInDisplayGroupForAllNodes(elem.first, oriDisplayRect, newDisplayRect); in ProcessDisplayCreate() 240 const auto& oriDisplayRect = oriIter->second; in ProcessDisplayDestroy() local [all …]
|
/foundation/window/window_manager/wmserver/include/ |
D | window_layout_policy.h | 94 void UpdateRectInDisplayGroupForAllNodes(DisplayId displayId, const Rect& oriDisplayRect, 96 void UpdateRectInDisplayGroup(const sptr<WindowNode>& node, const Rect& oriDisplayRect,
|