Home
last modified time | relevance | path

Searched defs:resolvedText (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DOneLineShaper.cpp132 …TextRange resolvedText(resolvedTextStart, fCurrentRun->leftToRight() ? unresolved.fText.start : un… in fillGaps() local
159 TextRange resolvedText(resolvedTextStart,resolvedTextLimits.end); in fillGaps() local
/third_party/skia/m133/modules/skparagraph/src/
DOneLineShaper.cpp132 …TextRange resolvedText(resolvedTextStart, fCurrentRun->leftToRight() ? unresolved.fText.start : un… in fillGaps() local
159 TextRange resolvedText(resolvedTextStart,resolvedTextLimits.end); in fillGaps() local
/third_party/skia/experimental/sktext/src/
DText.cpp134 TextRange resolvedText(unresolvedText.fStart, unresolvedText.fStart); in resolveChain() local