Searched refs:firstRunIndex (Results 1 – 3 of 3) sorted by relevance
463 auto firstRunIndex = startRun; in addLine() local467 auto& logicalRun = fLogicalRuns[firstRunIndex + visualIndex]; in addLine()471 bool isFirstRun = startRun == (firstRunIndex + visualIndex); in addLine()472 bool isLastRun = endRun == (firstRunIndex + visualIndex); in addLine()473 bool isSpaceRun = spacesStart.runIndex() == (firstRunIndex + visualIndex); in addLine()
87 auto firstRunIndex = start.runIndex(); in TextLine() local89 fLogical.push_back(firstRunIndex + index); in TextLine()
151 auto firstRunIndex = start.runIndex(); in TextLine() local153 fRunsInVisualOrder.push_back(firstRunIndex + index); in TextLine()