Searched refs:GrStencilAndCoverPathRenderer (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/batches/
H A DGrStencilAndCoverPathRenderer.h21 class GrStencilAndCoverPathRenderer : public GrPathRenderer { class in inherits:GrPathRenderer
38 GrStencilAndCoverPathRenderer(GrResourceProvider*);
H A DGrStencilAndCoverPathRenderer.cpp10 #include "GrStencilAndCoverPathRenderer.h"
21 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider,
24 return new GrStencilAndCoverPathRenderer(resourceProvider);
30 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrResourceProvider* resourceProvider) function in class:GrStencilAndCoverPathRenderer
34 bool GrStencilAndCoverPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const {
66 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
68 "GrStencilAndCoverPathRenderer::onStencilPath");
74 bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) {
76 "GrStencilAndCoverPathRenderer
[all...]
/external/skia/src/gpu/
H A DGrPathRendererChain.cpp24 #include "batches/GrStencilAndCoverPathRenderer.h"
32 if (GrPathRenderer* pr = GrStencilAndCoverPathRenderer::Create(context->resourceProvider(),
/external/skia/
H A DAndroid.mk459 src/gpu/batches/GrStencilAndCoverPathRenderer.cpp \

Completed in 86 milliseconds