Searched refs:targetContent (Results 1 – 1 of 1) sorted by relevance
420 float targetContent = currentHeight_ - (currentOffset_ - prevOffset_); in SkipStartIndexByOffset() local421 if (LessOrEqual(targetContent, 0.0)) { in SkipStartIndexByOffset()448 if (GreatOrEqual(totalHeight, targetContent)) { in SkipStartIndexByOffset()452 if (GreatOrEqual(totalHeight + height, targetContent)) { in SkipStartIndexByOffset()459 int32_t lines = static_cast<int32_t>(std::floor((targetContent - totalHeight) / regularHeight)); in SkipStartIndexByOffset()460 currentOffset_ = totalHeight + lines * regularHeight - targetContent; in SkipStartIndexByOffset()