Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dsize.h96 Size& AddHeight(double height) in AddHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp346 totalSize.AddHeight(option->GetLayoutSize().Height()); in PerformLayout()
352 totalSize.AddHeight(2.0 * outPadding); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp726 size.AddHeight(verInterval * 2.0); in LayoutText()
758 size.AddHeight(verInterval * 2.0); in LayoutTextImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp124 contentSize.AddHeight(childSize.Height()); in Layout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dsize_t.h100 SizeT& AddHeight(T height) in AddHeight() function
489 OptionalSize& AddHeight(float height) in AddHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_layout_algorithm.cpp154 res.AddHeight(spans_.empty() ? 0 : shadowOffset_); in MeasureContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp385 size.AddHeight(padding.top.value_or(0.0f) + padding.bottom.value_or(0.0f)); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp103 frameSize_.AddHeight(info_.contentEndPadding_); in MeasureSelf()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp367 outerSize.AddHeight(adjustHeight); in LayoutBoxes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_algorithm.cpp650 size.AddHeight(padding.top.value_or(0.0f) + padding.bottom.value_or(0.0f)); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp63 frameSize_.AddHeight(gridLayoutInfo_.contentEndPadding_); in Measure()