Home
last modified time | relevance | path

Searched refs:rowGrid (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h336 int32_t CountItemInRow(const std::map<int32_t, std::map<int32_t, int32_t>>::iterator& rowGrid);
H A Drender_grid_layout.cpp1522 …rGridLayout::CountItemInRow(const std::map<int32_t, std::map<int32_t, int32_t>>::iterator& rowGrid) in CountItemInRow() argument
1526 auto crossIter = rowGrid->second.find(cross); in CountItemInRow()
1527 if (crossIter != rowGrid->second.end()) { in CountItemInRow()