Searched defs:mainLength (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | render_wrap.h | 63 void SetWrapLayoutSize(double mainLength, double crossLength) in SetWrapLayoutSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | wrap_layout_algorithm.h | 38 float mainLength = 0.0f; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 393 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()
|