Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp431 auto deflateWidthF = paddingWithBorder.Width(); in CheckBorderAndPadding() local
433 … if (LessOrEqual(deflateWidthF, selfWidthFloat) && LessOrEqual(deflateHeightF, selfHeightFloat)) { in CheckBorderAndPadding()
436 if (GreatNotEqual(deflateWidthF, selfWidthFloat)) { in CheckBorderAndPadding()
437 layoutConstraint_->selfIdealSize.SetWidth(deflateWidthF); in CheckBorderAndPadding()