Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendering.h129 sk_sp<GrPathRange> createGlyphs(const SkTypeface*, const SkScalerContextEffects&,
DGrPathRendering.cpp74 sk_sp<GrPathRange> GrPathRendering::createGlyphs(const SkTypeface* typeface, in createGlyphs() function in GrPathRendering
DGrResourceProvider.h151 sk_sp<GrPathRange> createGlyphs(const SkTypeface*, const SkScalerContextEffects&,
DGrResourceProvider.cpp374 sk_sp<GrPathRange> GrResourceProvider::createGlyphs(const SkTypeface* tf, in createGlyphs() function in GrResourceProvider
380 return this->gpu()->pathRendering()->createGlyphs(tf, effects, desc, style); in createGlyphs()
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp529 sk_sp<GrPathRange> GrStencilAndCoverTextContext::TextRun::createGlyphs( in createGlyphs() function in GrStencilAndCoverTextContext::TextRun
538 glyphs = resourceProvider->createGlyphs(fFont.getTypeface(), noeffects, in createGlyphs()
542 glyphs = resourceProvider->createGlyphs(cache->getScalerContext()->getTypeface(), in createGlyphs()
587 sk_sp<GrPathRange> glyphs(this->createGlyphs(ctx->resourceProvider())); in draw()
DGrStencilAndCoverTextContext.h92 sk_sp<GrPathRange> createGlyphs(GrResourceProvider*) const;