Home
last modified time | relevance | path

Searched refs:createGlyphs (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrResourceProvider.cpp85 GrPathRange* GrResourceProvider::createGlyphs(const SkTypeface* tf, const SkDescriptor* desc, in createGlyphs() function in GrResourceProvider
89 return this->gpu()->pathRendering()->createGlyphs(tf, desc, stroke); in createGlyphs()
DGrPathRendering.cpp53 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs() function in GrPathRendering
DGrResourceProvider.h90 GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const GrStrokeInfo&);
DGrPathRendering.h128 GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const GrStrokeInfo&);
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp535 GrPathRange* GrStencilAndCoverTextContext::TextRun::createGlyphs(GrContext* ctx) const { in createGlyphs() function in GrStencilAndCoverTextContext::TextRun
540 glyphs = ctx->resourceProvider()->createGlyphs(fFont.getTypeface(), nullptr, fStroke); in createGlyphs()
543 glyphs = ctx->resourceProvider()->createGlyphs(cache->getScalerContext()->getTypeface(), in createGlyphs()
593 SkAutoTUnref<GrPathRange> glyphs(this->createGlyphs(ctx)); in draw()
DGrStencilAndCoverTextContext.h94 GrPathRange* createGlyphs(GrContext*) const;