/external/skqp/src/gpu/ |
D | GrPathRenderer.h | 161 this->onStencilPath(args); in stencilPath() 200 virtual void onStencilPath(const StencilPathArgs&);
|
D | GrPathRendering_none.cpp | 50 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() function in GrGLPathRendering
|
D | GrPathRendering.cpp | 50 this->onStencilPath(args, path); in stencilPath()
|
D | GrPathRendering.h | 122 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
|
D | GrPathRenderer.cpp | 101 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrPathRenderer
|
/external/skia/src/gpu/ |
D | GrPathRenderer.h | 167 this->onStencilPath(args); in stencilPath() 205 virtual void onStencilPath(const StencilPathArgs&);
|
D | GrPathRenderer.cpp | 98 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrPathRenderer
|
/external/skqp/src/gpu/ops/ |
D | GrDefaultPathRenderer.h | 30 void onStencilPath(const StencilPathArgs&) override;
|
D | GrStencilAndCoverPathRenderer.h | 36 void onStencilPath(const StencilPathArgs&) override;
|
D | GrStencilAndCoverPathRenderer.cpp | 80 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrStencilAndCoverPathRenderer
|
D | GrDefaultPathRenderer.cpp | 669 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
|
/external/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.h | 32 void onStencilPath(const StencilPathArgs&) override;
|
D | GrDefaultPathRenderer.cpp | 728 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
|
/external/skia/src/gpu/tessellate/ |
D | GrTessellationPathRenderer.h | 56 void onStencilPath(const StencilPathArgs&) override;
|
D | GrTessellationPathRenderer.cpp | 358 void GrTessellationPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrTessellationPathRenderer
|
/external/skqp/src/gpu/gl/ |
D | GrGLPathRendering.h | 67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
|
D | GrGLPathRendering.cpp | 86 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath() function in GrGLPathRendering
|