Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dlayout_constraint.h50 auto heightBothInf = GreaterOrEqualToInfinity(first.Height().value_or(0.0f)) && in CompareWithInfinityCheck() local
52 if (!heightBothInf && !NearEqual(first.Height().value_or(0), second.Height().value_or(0))) { in CompareWithInfinityCheck()
61 …auto heightBothInf = GreaterOrEqualToInfinity(first.Height()) && GreaterOrEqualToInfinity(second.H… in CompareWithInfinityCheck() local
62 if (widthBothInf && heightBothInf) { in CompareWithInfinityCheck()