Home
last modified time | relevance | path

Searched defs:mainLength (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/wrap/
Drender_wrap.h63 void SetWrapLayoutSize(double mainLength, double crossLength) in SetWrapLayoutSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
Dwrap_layout_algorithm.h38 float mainLength = 0.0f; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
Dgrid_scroll_layout_algorithm.cpp554 float mainLength = MeasureRecordedItems(mainSize, crossSize, layoutWrapper); in FillGridViewportAndMeasureChildren() local
776 float mainSize, float crossSize, LayoutWrapper* layoutWrapper, float& mainLength) in FillBlankAtEnd()
1164 float mainLength = gridLayoutInfo_.currentOffset_; in MeasureRecordedItems() local
1174 inline bool OneLineMovesOffViewportFromAbove(float mainLength, float lineHeight) in OneLineMovesOffViewportFromAbove()
1181 float mainSize, float crossSize, LayoutWrapper* layoutWrapper, float& mainLength) in UseCurrentLines()