Searched refs:TextRun (Results 1 – 2 of 2) sorted by relevance
80 TextRun run(skPaint); in drawText()109 TextRun run(skPaint); in drawPosText()194 for (TextRun *run = iter.get(), *nextRun; run; run = nextRun) { in drawTextBlob()280 TextRun* run = this->addToTail(runPaint); in init()331 GrStencilAndCoverTextContext::TextRun::TextRun(const SkPaint& fontAndStroke) in TextRun() function in GrStencilAndCoverTextContext::TextRun430 GrStencilAndCoverTextContext::TextRun::~TextRun() { in ~TextRun()434 void GrStencilAndCoverTextContext::TextRun::setText(const char text[], size_t byteLength, in setText()494 void GrStencilAndCoverTextContext::TextRun::setPosText(const char text[], size_t byteLength, in setPosText()530 GrPathRange* GrStencilAndCoverTextContext::TextRun::createGlyphs( in createGlyphs()551 inline void GrStencilAndCoverTextContext::TextRun::appendGlyph(const SkGlyph& glyph, in appendGlyph()[all …]
68 class TextRun {70 TextRun(const SkPaint& fontAndStroke);71 ~TextRun();111 class TextBlob : public SkTLList<TextRun, 1> {