Searched refs:parentPos (Results 1 – 2 of 2) sorted by relevance
84 …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() local319 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()
82 …RectF GetNodeAbsFrameRect(const RefPtr<FrameNode>& node, std::optional<OffsetF> parentPos = std::n…