Home
last modified time | relevance | path

Searched refs:TextRun (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp80 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()
[all …]
DGrStencilAndCoverTextContext.h68 class TextRun {
70 TextRun(const SkPaint& fontAndStroke);
71 ~TextRun();
111 class TextBlob : public SkTLList<TextRun, 1> {