Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkTextBlobPriv.h134 bool isLastRun() const { return SkToBool(fFlags & kLast_Flag); } in isLastRun() function
DSkTextBlob.cpp1017 if (fRunRecord->isLastRun()) { in next()
1035 if (fRunRecord->isLastRun()) { in experimentalNext()
/third_party/skia/experimental/sktext/src/
DText.cpp472 bool isLastRun = endRun == (firstRunIndex + visualIndex); in addLine() local
475 auto glyphEnd = isLastRun ? lineStretch.glyphEnd().glyphIndex() : logicalRun.size(); in addLine()
480 auto textEnd = isLastRun ? lineStretch.textRange().fEnd : logicalRun.fUtf16Range.fEnd; in addLine()