Home
last modified time | relevance | path

Searched refs:oriDisplayRect (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_layout_policy.cpp127 const Rect& oriDisplayRect, in UpdateRectInDisplayGroup()
134 newRect.posX_ = newRect.posX_ - oriDisplayRect.posX_ + newDisplayRect.posX_; in UpdateRectInDisplayGroup()
135 newRect.posY_ = newRect.posY_ - oriDisplayRect.posY_ + newDisplayRect.posY_; in UpdateRectInDisplayGroup()
141 UpdateRectInDisplayGroup(childNode, oriDisplayRect, newDisplayRect); in UpdateRectInDisplayGroup()
162 const Rect& oriDisplayRect, in UpdateRectInDisplayGroupForAllNodes()
165 WLOGFD("DisplayId: %{public}" PRIu64", oriDisplayRect: [ %{public}d, %{public}d, %{public}d, %{public}d] " in UpdateRectInDisplayGroupForAllNodes()
167 displayId, oriDisplayRect.posX_, oriDisplayRect.posY_, oriDisplayRect.width_, oriDisplayRect in UpdateRectInDisplayGroupForAllNodes()
126 UpdateRectInDisplayGroup(const sptr<WindowNode>& node, const Rect& oriDisplayRect, const Rect& newDisplayRect) UpdateRectInDisplayGroup() argument
161 UpdateRectInDisplayGroupForAllNodes(DisplayId displayId, const Rect& oriDisplayRect, const Rect& newDisplayRect) UpdateRectInDisplayGroupForAllNodes() argument
214 const auto& oriDisplayRect = iter->second; ProcessDisplayCreate() local
242 const auto& oriDisplayRect = oriIter->second; ProcessDisplayDestroy() local
[all...]
/foundation/window/window_manager/wmserver/include/
H A Dwindow_layout_policy.h94 void UpdateRectInDisplayGroupForAllNodes(DisplayId displayId, const Rect& oriDisplayRect,
96 void UpdateRectInDisplayGroup(const sptr<WindowNode>& node, const Rect& oriDisplayRect,

Completed in 2 milliseconds