Searched refs:topRow (Results 1 – 1 of 1) sorted by relevance
311 int32_t topRow = line; in MeasureLineWithIrregulars() local314 topRow = 0; in MeasureLineWithIrregulars()318 topRow = std::min(FindItemTopRow(it->first, c), topRow); in MeasureLineWithIrregulars()322 if (topRow < line) { in MeasureLineWithIrregulars()323 MeasureBackwardToTarget(params, topRow, line); in MeasureLineWithIrregulars()342 const int32_t topRow = FindItemTopRow(posY_, c); in BackwardImpl() local343 MeasureItem(params, itemIdx, c, topRow, false); in BackwardImpl()