Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.h63 void SetWrapLayoutSize(double mainLength, double crossLength) in SetWrapLayoutSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.h38 float mainLength = 0.0f; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp393 float mainLength = MeasureRecordedItems(mainSize, crossSize, layoutWrapper); in FillGridViewportAndMeasureChildren() local
615 float mainSize, float crossSize, LayoutWrapper* layoutWrapper, float& mainLength) in FillBlankAtEnd()
1003 float mainLength = gridLayoutInfo_.currentOffset_; in MeasureRecordedItems() local
1013 inline bool OneLineMovesOffViewportFromAbove(float mainLength, float lineHeight) in OneLineMovesOffViewportFromAbove()
1019 bool GridScrollLayoutAlgorithm::MeasureExistingLine(int32_t line, float& mainLength, int32_t& endId… in MeasureExistingLine()
1070 float mainSize, float crossSize, LayoutWrapper* layoutWrapper, float& mainLength) in UseCurrentLines()