Home
last modified time | relevance | path

Searched refs:pathRendering (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrStencilAndCoverPathRenderer.cpp83 path.reset(gpu->pathRendering()->createPath(skPath, stroke)); in get_gr_path()
DGrGpu.h49 GrPathRendering* pathRendering() { return fPathRendering.get(); } in pathRendering() function
DGrStencilAndCoverTextContext.cpp241 glyphs.reset(ctx->getGpu()->pathRendering()->createGlyphs(typeface, desc, stroke)); in get_gr_glyphs()
/external/skia/src/gpu/gl/
DGrGLGpu.h51 return static_cast<GrGLPathRendering*>(pathRendering()); in glPathRendering()