Lines Matching defs:text
172 // Sort all pieces by text
192 auto text = resolvedBlock.fText;
193 if (lastTextEnd != text.start) {
195 lastTextEnd, text.start, text.end, glyphs.start, glyphs.end);
198 lastTextEnd = text.end;
216 SkShaper::RunHandler::Range(text.start - run->fClusterStart, text.width())
244 // Carve out the line text out of the entire run text
256 // Make it [left:right) regardless of a text direction
302 // Few pieces of the same unresolved text block can ignore the second one
314 // (so we don't have chinese text with english whitespaces broken into millions of tiny runs)
463 auto unresolvedText = fParagraph->text(unresolvedRange);
519 // Check if we already tried this font on this text range
572 // Shape the text by bidi regions
589 // Shape the text between placeholders
652 // The text can be broken into many shaping sequences
741 auto unresolvedText = fParagraph->text(unresolvedRange);
826 // Correct the glyphRange in case we extended the text to the grapheme edges