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

  /external/chromium_org/third_party/skia/src/gpu/
GrPathRendering.h 112 virtual GrPathRange* createGlyphs(const SkTypeface*, const SkDescriptor*, const SkStrokeRec&) = 0;
GrPathRendering.cpp 50 GrPathRange* GrPathRendering::createGlyphs(const SkTypeface* typeface,
GrStencilAndCoverTextContext.cpp 234 glyphs.reset(ctx->getGpu()->pathRendering()->createGlyphs(typeface, desc, stroke));
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRendering.h 39 virtual GrPathRange* createGlyphs(const SkTypeface*,
GrGLPathRendering.cpp 104 GrPathRange* GrGLPathRendering::createGlyphs(const SkTypeface* typeface,
108 return GrPathRendering::createGlyphs(typeface, desc, stroke);
121 return GrPathRendering::createGlyphs(typeface, NULL, stroke);
145 return GrPathRendering::createGlyphs(typeface, NULL, stroke);

Completed in 138 milliseconds