HomeSort by relevance Sort by last modified time
    Searched refs:createGlyphs (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrPathRendering.h 129 sk_sp<GrPathRange> createGlyphs(const SkTypeface*, const SkScalerContextEffects&,
GrPathRendering.cpp 74 sk_sp<GrPathRange> GrPathRendering::createGlyphs(const SkTypeface* typeface,
GrResourceProvider.h 151 sk_sp<GrPathRange> createGlyphs(const SkTypeface*, const SkScalerContextEffects&,
GrResourceProvider.cpp 374 sk_sp<GrPathRange> GrResourceProvider::createGlyphs(const SkTypeface* tf,
380 return this->gpu()->pathRendering()->createGlyphs(tf, effects, desc, style);
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.h 92 sk_sp<GrPathRange> createGlyphs(GrResourceProvider*) const;
GrStencilAndCoverTextContext.cpp 529 sk_sp<GrPathRange> GrStencilAndCoverTextContext::TextRun::createGlyphs(
538 glyphs = resourceProvider->createGlyphs(fFont.getTypeface(), noeffects,
542 glyphs = resourceProvider->createGlyphs(cache->getScalerContext()->getTypeface(),
587 sk_sp<GrPathRange> glyphs(this->createGlyphs(ctx->resourceProvider()));

Completed in 85 milliseconds