Searched refs:startLineIndex (Results 1 – 2 of 2) sorted by relevance
65 …void DeleteItemsOutOfScope(std::map<int32_t, T>& map, int32_t startLineIndex, int32_t endLineIndex) in DeleteItemsOutOfScope() argument69 if (iter->first < startLineIndex || iter->first > endLineIndex) { in DeleteItemsOutOfScope()
2114 auto startLineIndex = tempGridLayoutInfo.startMainLineIndex_; in SupplyAllData2ZeroIndex() local2120 DeleteItemsOutOfScope(gridLayoutInfo_.lineHeightMap_, startLineIndex, endLineIndex); in SupplyAllData2ZeroIndex()2121 DeleteItemsOutOfScope(gridLayoutInfo_.gridMatrix_, startLineIndex, endLineIndex); in SupplyAllData2ZeroIndex()2127 currentMainLineIndex_ = startLineIndex; in SupplyAllData2ZeroIndex()