Searched refs:clusteredText (Results 1 – 2 of 2) sorted by relevance
105 TextRange clusteredText(GlyphRange& glyphs);
277 auto extendedText = this->clusteredText(glyphRange); // It also modifies glyphRange if needed in addUnresolvedWithRun()301 lastUnresolved.fText = this->clusteredText(lastUnresolved.fGlyphs); in addUnresolvedWithRun()731 TextRange OneLineShaper::clusteredText(GlyphRange& glyphs) { in clusteredText() function in skia::textlayout::OneLineShaper