Home
last modified time | relevance | path

Searched defs:onStencilPath (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/batches/
DGrStencilAndCoverPathRenderer.cpp66 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrStencilAndCoverPathRenderer
DGrDefaultPathRenderer.cpp742 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp99 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath() function in GrGLPathRendering
/external/skia/src/gpu/
DGrPathRenderer.h266 virtual void onStencilPath(const StencilPathArgs& args) { in onStencilPath() function