Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp386 auto originMax = layoutConstraint_->maxSize; in UpdateLayoutConstraint() local
403 CheckSelfIdealSize(parentConstraint, originMax); in UpdateLayoutConstraint()
543 …youtProperty::CheckSelfIdealSize(const LayoutConstraintF& parentConstraint, const SizeF& originMax) in CheckSelfIdealSize() argument
568 layoutConstraint_->maxSize.SetWidth(originMax.Width()); in CheckSelfIdealSize()
576 layoutConstraint_->maxSize.SetHeight(originMax.Height()); in CheckSelfIdealSize()
H A Dlayout_property.h402 void CheckSelfIdealSize(const LayoutConstraintF& parentConstraint, const SizeF& originMax);