Searched defs:crossCount (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_with_options_layout_algorithm.cpp | 145 auto crossCount = static_cast<int32_t>(crossCount_); in GetCrossStartAndSpan() local 183 static void ResetInvalidCrossSpan(uint32_t crossCount, int32_t& crossSpan) in ResetInvalidCrossSpan() 191 const GridLayoutOptions& options, int32_t firstIrregularIndex, Axis axis, int32_t crossCount) in InitIrregularItemsPosition() 211 auto crossCount = static_cast<int32_t>(crossCount_); in GetCrossStartAndSpanWithUserFunction() local
|
H A D | grid_scroll_with_options_layout_algorithm.h | 26 …GridScrollWithOptionsLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t … in GridScrollWithOptionsLayoutAlgorithm()
|
H A D | grid_scroll_layout_algorithm.h | 31 … GridScrollLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t mainCount) in GridScrollLayoutAlgorithm()
|
H A D | grid_scroll_layout_algorithm.cpp | 1580 auto crossCount = static_cast<int32_t>(crossCount_); in MeasureNewChild() local 1960 auto crossCount = static_cast<int32_t>(crossCount_); in MeasureCachedChild() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
H A D | grid_layout_algorithm.h | 34 GridLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, int32_t crossCount, int32_t mainCount) in GridLayoutAlgorithm()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | waterflow_section_option.h | 26 int32_t crossCount; member
|
H A D | waterflow_section_option.cpp | 77 ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t crossCount) in OH_ArkUI_WaterFlowSectionOption_SetCrossCount()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_sections.h | 50 std::optional<int32_t> crossCount; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow_sections.cpp | 135 auto crossCount = obj->GetProperty("crossCount"); in ParseSectionOptions() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_info.cpp | 309 inline float AddLinesInBetween(int32_t prevIdx, int32_t idx, int32_t crossCount, float lineHeight) in AddLinesInBetween()
|
H A D | grid_pattern.cpp | 61 auto crossCount = cols.empty() ? Infinity<int32_t>() : static_cast<int32_t>(cols.size()); in CreateLayoutAlgorithm() local
|