Searched defs:GrStencilAndCoverPathRenderer (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrStencilAndCoverPathRenderer.h20 class GrStencilAndCoverPathRenderer : public GrPathRenderer { class in inherits:GrPathRenderer
37 GrStencilAndCoverPathRenderer(GrResourceProvider*);
H A DGrStencilAndCoverPathRenderer.cpp8 #include "GrStencilAndCoverPathRenderer.h"
23 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider,
26 return new GrStencilAndCoverPathRenderer(resourceProvider);
32 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrResourceProvider* resourceProvider) function in class:GrStencilAndCoverPathRenderer
36 bool GrStencilAndCoverPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const {
76 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
78 "GrStencilAndCoverPathRenderer::onStencilPath");
84 bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) {
86 "GrStencilAndCoverPathRenderer
[all...]

Completed in 101 milliseconds