Home
last modified time | relevance | path

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 Dgrid_scroll_with_options_layout_algorithm.cpp145 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 Dgrid_scroll_with_options_layout_algorithm.h26 …GridScrollWithOptionsLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t … in GridScrollWithOptionsLayoutAlgorithm()
H A Dgrid_scroll_layout_algorithm.h31 … GridScrollLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t mainCount) in GridScrollLayoutAlgorithm()
H A Dgrid_scroll_layout_algorithm.cpp1580 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 Dgrid_layout_algorithm.h34 GridLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, int32_t crossCount, int32_t mainCount) in GridLayoutAlgorithm()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dwaterflow_section_option.h26 int32_t crossCount; member
H A Dwaterflow_section_option.cpp77 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 Dwater_flow_sections.h50 std::optional<int32_t> crossCount; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp135 auto crossCount = obj->GetProperty("crossCount"); in ParseSectionOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp309 inline float AddLinesInBetween(int32_t prevIdx, int32_t idx, int32_t crossCount, float lineHeight) in AddLinesInBetween()
H A Dgrid_pattern.cpp61 auto crossCount = cols.empty() ? Infinity<int32_t>() : static_cast<int32_t>(cols.size()); in CreateLayoutAlgorithm() local