Home
last modified time | relevance | path

Searched refs:ComputeChildPosition (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.h65 Offset ComputeChildPosition(const Size& childSize) const;
H A Drender_dialog_tween.cpp331 topLeftPoint_ = ComputeChildPosition(childSize); in PerformLayout()
375 Offset RenderDialogTween::ComputeChildPosition(const Size& childSize) const in ComputeChildPosition() function in OHOS::Ace::RenderDialogTween
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.h68 OffsetF ComputeChildPosition(
H A Ddialog_layout_algorithm.cpp576 topLeftPoint_ = ComputeChildPosition(childSize, dialogProp, selfSize); in Layout()
681 topLeftPoint_ = ComputeChildPosition(childSize, dialogProp, selfSize); in MultipleDialog()
694 OffsetF DialogLayoutAlgorithm::ComputeChildPosition( in ComputeChildPosition() function in OHOS::Ace::NG::DialogLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.h194 Offset ComputeChildPosition(const RefPtr<RenderNode>& child);
H A Drender_text_overlay.cpp602 child->SetPosition(ComputeChildPosition(child)); in PerformLayout()
696 Offset RenderTextOverlay::ComputeChildPosition(const RefPtr<RenderNode>& child) in ComputeChildPosition() function in OHOS::Ace::RenderTextOverlay