Searched refs:createGlyphs (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRendering.h127 virtual GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const SkStrokeRec&) = 0;
H A DGrPathRendering.cpp50 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface, function in class:GrPathRendering
H A DGrStencilAndCoverTextContext.cpp241 glyphs.reset(ctx->getGpu()->pathRendering()->createGlyphs(typeface, desc, stroke));
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp103 GrPathRange* GrGLPathRendering::createGlyphs(const SkTypeface* typeface, function in class:GrGLPathRendering
107 return GrPathRendering::createGlyphs(typeface, desc, stroke);
120 return GrPathRendering::createGlyphs(typeface, NULL, stroke);
144 return GrPathRendering::createGlyphs(typeface, NULL, stroke);
H A DGrGLPathRendering.h39 virtual GrPathRange* createGlyphs(const SkTypeface*,

Completed in 100 milliseconds