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

  /external/skia/src/gpu/
GrPathRendering.cpp 73 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface,
GrResourceProvider.cpp 309 GrPathRange* GrResourceProvider::createGlyphs(const SkTypeface* tf,
315 return this->gpu()->pathRendering()->createGlyphs(tf, effects, desc, style);
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 530 GrPathRange* GrStencilAndCoverTextContext::TextRun::createGlyphs(
537 glyphs = resourceProvider->createGlyphs(fFont.getTypeface(), noeffects,
541 glyphs = resourceProvider->createGlyphs(cache->getScalerContext()->getTypeface(),
588 sk_sp<GrPathRange> glyphs(this->createGlyphs(ctx->resourceProvider()));

Completed in 170 milliseconds