Home
last modified time | relevance | path

Searched refs:GrStencilAndCoverPathRenderer (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/batches/
DGrStencilAndCoverPathRenderer.cpp21 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider, in Create()
24 return new GrStencilAndCoverPathRenderer(resourceProvider); in Create()
30 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrResourceProvider* resourceProvider) in GrStencilAndCoverPathRenderer() function in GrStencilAndCoverPathRenderer
34 bool GrStencilAndCoverPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const { in onCanDrawPath()
66 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
74 bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) { in onDrawPath()
DGrStencilAndCoverPathRenderer.h21 class GrStencilAndCoverPathRenderer : public GrPathRenderer {
38 GrStencilAndCoverPathRenderer(GrResourceProvider*);
/external/skia/src/gpu/
DGrPathRendererChain.cpp32 if (GrPathRenderer* pr = GrStencilAndCoverPathRenderer::Create(context->resourceProvider(), in GrPathRendererChain()
/external/skia/gyp/
Dgpu.gypi243 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.cpp',
244 '<(skia_src_path)/gpu/batches/GrStencilAndCoverPathRenderer.h',
/external/skia/
DAndroid.mk459 src/gpu/batches/GrStencilAndCoverPathRenderer.cpp \