Home
last modified time | relevance | path

Searched refs:parentPos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp84 …nsition::GetNodeAbsFrameRect(const RefPtr<FrameNode>& node, std::optional<OffsetF> parentPos) const in GetNodeAbsFrameRect()
89 …auto parentGlobalOffset = parentPos.value_or(node->GetPaintRectGlobalOffsetWithTranslate(true).fir… in GetNodeAbsFrameRect()
312 …auto parentPos = self->IsRemoving() ? outNodeParentPos_ : self->GetPaintRectGlobalOffsetWithTransl… in SyncGeometry() local
319 auto activeFrameRect = isNodeIn ? RectF(targetPos - parentPos, inNodeActiveFrameSize_) : in SyncGeometry()
320 RectF(targetPos - parentPos, geometryNode->GetFrameSize()); in SyncGeometry()
355 renderContext->SetSandBox(parentPos); in SyncGeometry()
377 …self->GetId(), parentPos.ToString().c_str(), targetPos.ToString().c_str(), activeFrameRect.ToStrin… in SyncGeometry()
H A Dgeometry_transition.h82 …RectF GetNodeAbsFrameRect(const RefPtr<FrameNode>& node, std::optional<OffsetF> parentPos = std::n…