Home
last modified time | relevance | path

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

/third_party/skia/experimental/sktext/src/
DText.cpp455 auto spacesStart = spaces.glyphStart(); in addLine() local
473 bool isSpaceRun = spacesStart.runIndex() == (firstRunIndex + visualIndex); in addLine()
477 auto glyphSpaces = isSpaceRun ? spacesStart.glyphIndex() : glyphEnd; in addLine()