HomeSort by relevance Sort by last modified time
    Searched defs:GrStencilAndCoverPathRenderer (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/batches/
GrStencilAndCoverPathRenderer.h 21 class GrStencilAndCoverPathRenderer : public GrPathRenderer {
38 GrStencilAndCoverPathRenderer(GrResourceProvider*);
GrStencilAndCoverPathRenderer.cpp 10 #include "GrStencilAndCoverPathRenderer.h"
21 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider,
24 return new GrStencilAndCoverPathRenderer(resourceProvider);
30 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrResourceProvider* resourceProvider)
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::onDrawPath")
    [all...]

Completed in 159 milliseconds