Searched refs:createGlyphs (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrResourceProvider.cpp | 85 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()
|
D | GrPathRendering.cpp | 53 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs() function in GrPathRendering
|
D | GrResourceProvider.h | 90 GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const GrStrokeInfo&);
|
D | GrPathRendering.h | 128 GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const GrStrokeInfo&);
|
/external/skia/src/gpu/text/ |
D | GrStencilAndCoverTextContext.cpp | 535 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()
|
D | GrStencilAndCoverTextContext.h | 94 GrPathRange* createGlyphs(GrContext*) const;
|