Searched refs:unresolvedText (Results 1 – 2 of 2) sorted by relevance
495 auto unresolvedText = fParagraph->text(unresolvedRange); in matchResolvedFonts() local496 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() local686 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 …]
111 auto unresolvedText = unresolvedTexts.front(); in resolveChain() local116 unicodeText->forEachGrapheme(unresolvedText, [&](TextRange grapheme) { in resolveChain()134 TextRange resolvedText(unresolvedText.fStart, unresolvedText.fStart); in resolveChain()147 resolvedText.fEnd = unresolvedText.fEnd; in resolveChain()