Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp428 auto selfWidthFloat = selfWidth.value_or(Infinity<float>()); in CheckBorderAndPadding() local
433 … if (LessOrEqual(deflateWidthF, selfWidthFloat) && LessOrEqual(deflateHeightF, selfHeightFloat)) { in CheckBorderAndPadding()
436 if (GreatNotEqual(deflateWidthF, selfWidthFloat)) { in CheckBorderAndPadding()