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

  /external/skia/src/gpu/ops/
GrStencilAndCoverPathRenderer.h 20 class GrStencilAndCoverPathRenderer : public GrPathRenderer {
37 GrStencilAndCoverPathRenderer(GrResourceProvider*);
GrStencilAndCoverPathRenderer.cpp 8 #include "GrStencilAndCoverPathRenderer.h"
22 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider,
25 return new GrStencilAndCoverPathRenderer(resourceProvider);
31 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrResourceProvider* resourceProvider)
36 GrStencilAndCoverPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const {
78 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
80 "GrStencilAndCoverPathRenderer::onStencilPath");
86 bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) {
88 "GrStencilAndCoverPathRenderer::onDrawPath")
    [all...]
  /external/skqp/src/gpu/ops/
GrStencilAndCoverPathRenderer.h 20 class GrStencilAndCoverPathRenderer : public GrPathRenderer {
37 GrStencilAndCoverPathRenderer(GrResourceProvider*);
GrStencilAndCoverPathRenderer.cpp 8 #include "GrStencilAndCoverPathRenderer.h"
22 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider,
25 return new GrStencilAndCoverPathRenderer(resourceProvider);
31 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrResourceProvider* resourceProvider)
36 GrStencilAndCoverPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const {
78 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
80 "GrStencilAndCoverPathRenderer::onStencilPath");
86 bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) {
88 "GrStencilAndCoverPathRenderer::onDrawPath")
    [all...]

Completed in 596 milliseconds