Home
last modified time | relevance | path

Searched refs:firstRunIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/experimental/sktext/src/
DText.cpp463 auto firstRunIndex = startRun; in addLine() local
467 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()
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp87 auto firstRunIndex = start.runIndex(); in TextLine() local
89 fLogical.push_back(firstRunIndex + index); in TextLine()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp151 auto firstRunIndex = start.runIndex(); in TextLine() local
153 fRunsInVisualOrder.push_back(firstRunIndex + index); in TextLine()