Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dsize.h102 Size& AddWidth(double value) in AddWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp61 childSize.AddWidth(horInterval_ * 2.0f); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp725 size.AddWidth(horInterval * 2.0); in LayoutText()
757 size.AddWidth(horInterval * 2.0 + horDistance + imageSize.Width()); in LayoutTextImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dsize_t.h106 SizeT& AddWidth(T value) in AddWidth() function
495 OptionalSize& AddWidth(float width) in AddWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp384 size.AddWidth(padding.left.value_or(0.0f) + padding.right.value_or(0.0f)); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp353 totalSize.AddWidth(2.0 * outPadding); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp649 size.AddWidth(padding.left.value_or(0.0f) + padding.right.value_or(0.0f)); in Measure()