Lines Matching refs:TextRun
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::TextRun
430 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()
566 void GrStencilAndCoverTextContext::TextRun::draw(GrContext* ctx, in draw()
630 SkGlyphCache* GrStencilAndCoverTextContext::TextRun::getGlyphCache() const { in getGlyphCache()
639 void GrStencilAndCoverTextContext::TextRun::releaseGlyphCache() const { in releaseGlyphCache()
646 size_t GrStencilAndCoverTextContext::TextRun::computeSizeInCache() const { in computeSizeInCache()
647 size_t size = sizeof(TextRun) + fGlyphPathsKey.size(); in computeSizeInCache()