Searched refs:endLineIndex (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()
2116 auto endLineIndex = tempGridLayoutInfo.endMainLineIndex_; in SupplyAllData2ZeroIndex() local2120 DeleteItemsOutOfScope(gridLayoutInfo_.lineHeightMap_, startLineIndex, endLineIndex); in SupplyAllData2ZeroIndex()2121 DeleteItemsOutOfScope(gridLayoutInfo_.gridMatrix_, startLineIndex, endLineIndex); in SupplyAllData2ZeroIndex()2138 currentMainLineIndex_ = endLineIndex; in SupplyAllData2ZeroIndex()