Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DOneLineShaper.cpp495 auto unresolvedText = fParagraph->text(unresolvedRange); in matchResolvedFonts() local
496 const char* ch = unresolvedText.begin(); in matchResolvedFonts()
500 SkUnichar unicode = nextUtf8Unit(&ch, unresolvedText.end()); in matchResolvedFonts()
531 if (ch == unresolvedText.end()) { in matchResolvedFonts()
539 while (ch != unresolvedText.end()) { in matchResolvedFonts()
540 unicode = nextUtf8Unit(&ch, unresolvedText.end()); in matchResolvedFonts()
684 auto unresolvedText = fParagraph->text(unresolvedRange); in shape() local
686 SkShaper::TrivialFontRunIterator fontIter(font, unresolvedText.size()); in shape()
687 LangIterator langIter(unresolvedText, blockSpan, in shape()
689 … SkShaper::TrivialBiDiRunIterator bidiIter(defaultBidiLevel, unresolvedText.size()); in shape()
[all …]
/third_party/skia/experimental/sktext/src/
DText.cpp111 auto unresolvedText = unresolvedTexts.front(); in resolveChain() local
116 unicodeText->forEachGrapheme(unresolvedText, [&](TextRange grapheme) { in resolveChain()
134 TextRange resolvedText(unresolvedText.fStart, unresolvedText.fStart); in resolveChain()
147 resolvedText.fEnd = unresolvedText.fEnd; in resolveChain()