Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp549 Size layoutParmMax = selfLayoutParam_.GetMaxSize(); in ConvertPaddingForLayoutInBox() local
551 …double diameter = std::min(layoutParmMax.Width() - margin_.GetLayoutSize().Width() - borderSize.Wi… in ConvertPaddingForLayoutInBox()
552 layoutParmMax.Height() - margin_.GetLayoutSize().Height() - borderSize.Height()); in ConvertPaddingForLayoutInBox()