Home
last modified time | relevance | path

Searched defs:crossCount (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_with_options_layout_algorithm.h26 GridScrollWithOptionsLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t mainCount) in GridScrollWithOptionsLayoutAlgorithm() argument
H A Dgrid_scroll_layout_algorithm.h30 GridScrollLayoutAlgorithm(GridLayoutInfo gridLayoutInfo, uint32_t crossCount, uint32_t mainCount) in GridScrollLayoutAlgorithm() argument
H A Dgrid_scroll_with_options_layout_algorithm.cpp143 auto crossCount = static_cast<int32_t>(crossCount_); in GetCrossStartAndSpan() local
181 static void ResetInvalidCrossSpan(uint32_t crossCount, int32_t& crossSpan) in ResetInvalidCrossSpan() argument
188 InitIrregularItemsPosition(std::map<int32_t, int32_t>& irregularItemsPosition, const GridLayoutOptions& options, int32_t firstIrregularIndex, Axis axis, int32_t crossCount) InitIrregularItemsPosition() argument
209 auto crossCount = static_cast<int32_t>(crossCount_); GetCrossStartAndSpanWithUserFunction() local
[all...]
H A Dgrid_scroll_layout_algorithm.cpp1580 auto crossCount = static_cast<int32_t>(crossCount_); in MeasureNewChild() local
2017 auto crossCount = static_cast<int32_t>(crossCount_); in MeasureCachedChild() local
/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() argument
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dwaterflow_section_option.h26 int32_t crossCount; member
H A Dwaterflow_section_option.cpp71 OH_ArkUI_WaterFlowSectionOption_SetCrossCount( ArkUI_WaterFlowSectionOption* option, int32_t index, int32_t crossCount) OH_ArkUI_WaterFlowSectionOption_SetCrossCount() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp135 auto crossCount = obj->GetProperty("crossCount"); in ParseSectionOptions() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_sections.h50 std::optional<int32_t> crossCount; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp307 inline float AddLinesInBetween(int32_t prevIdx, int32_t idx, int32_t crossCount, float lineHeight) in AddLinesInBetween() argument
H A Dgrid_pattern.cpp50 auto crossCount = cols.empty() ? Infinity<int32_t>() : static_cast<int32_t>(cols.size()); in CreateLayoutAlgorithm() local

Completed in 12 milliseconds