Searched refs:estimatedLines (Results 1 – 1 of 1) sorted by relevance
1192 int32_t estimatedLines = gridLayoutInfo_.currentOffset_ / lineHeight; in SkipRegularLines() local1193 … if (forward && gridLayoutInfo_.startIndex_ < estimatedLines * static_cast<int32_t>(crossCount_)) { in SkipRegularLines()1197 gridLayoutInfo_.startIndex_ -= estimatedLines * static_cast<int32_t>(crossCount_); in SkipRegularLines()1198 gridLayoutInfo_.currentOffset_ -= lineHeight * estimatedLines; in SkipRegularLines()