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 53 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface,
GrResourceProvider.cpp 85 GrPathRange* GrResourceProvider::createGlyphs(const SkTypeface* tf, const SkDescriptor* desc,
89 return this->gpu()->pathRendering()->createGlyphs(tf, desc, stroke);
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 535 GrPathRange* GrStencilAndCoverTextContext::TextRun::createGlyphs(GrContext* ctx) const {
540 glyphs = ctx->resourceProvider()->createGlyphs(fFont.getTypeface(), nullptr, fStroke);
543 glyphs = ctx->resourceProvider()->createGlyphs(cache->getScalerContext()->getTypeface(),
593 SkAutoTUnref<GrPathRange> glyphs(this->createGlyphs(ctx));

Completed in 61 milliseconds