Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp432 auto deflateHeightF = paddingWithBorder.Height(); in CheckBorderAndPadding() local
433 … if (LessOrEqual(deflateWidthF, selfWidthFloat) && LessOrEqual(deflateHeightF, selfHeightFloat)) { in CheckBorderAndPadding()
439 if (GreatNotEqual(deflateHeightF, selfHeightFloat)) { in CheckBorderAndPadding()
440 layoutConstraint_->selfIdealSize.SetHeight(deflateHeightF); in CheckBorderAndPadding()