Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp112 auto rowIter = gridLayoutInfo_.gridMatrix_.find(row); in CheckGridPlaced() local
113 if (rowIter != gridLayoutInfo_.gridMatrix_.end()) { in CheckGridPlaced()
114 auto colIter = rowIter->second.find(col); in CheckGridPlaced()
115 if (colIter != rowIter->second.end()) { in CheckGridPlaced()
125 rowIter = gridLayoutInfo_.gridMatrix_.find(rSpan + row); in CheckGridPlaced()
126 if (rowIter != gridLayoutInfo_.gridMatrix_.end()) { in CheckGridPlaced()
129 if (rowIter->second.find(cSpan + col) != rowIter->second.end()) { in CheckGridPlaced()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp200 auto rowIter = gridMatrix_.find(row); in GetIndexByGrid() local
201 if (rowIter != gridMatrix_.end()) { in GetIndexByGrid()
790 auto rowIter = gridMatrix_.find(row); in CheckGridPlaced() local
791 if (rowIter != gridMatrix_.end()) { in CheckGridPlaced()
804 if (rowIter != gridMatrix_.end()) { in CheckGridPlaced()
807 if (rowIter->second.find(cSpan + col) != rowIter->second.end()) { in CheckGridPlaced()
2106 auto rowIter = gridMatrix_.find(row); in UpdateMatrixByIndexStrong() local
2107 if (rowIter != gridMatrix_.end()) { in UpdateMatrixByIndexStrong()
2108 rowMap = rowIter->second; in UpdateMatrixByIndexStrong()
2487 for (auto rowIter = data.begin(); rowIter != data.end(); rowIter++) { in ParseRestoreScenePosition() local
[all …]