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"
23 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider,
26 return new GrStencilAndCoverPathRenderer(resourceProvider);
32 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrResourceProvider* resourceProvider)
37 GrStencilAndCoverPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const {
80 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
82 "GrStencilAndCoverPathRenderer::onStencilPath");
88 bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) {
90 "GrStencilAndCoverPathRenderer::onDrawPath")
    [all...]
  /external/skqp/src/gpu/ops/
GrStencilAndCoverPathRenderer.h 21 class GrStencilAndCoverPathRenderer : public GrPathRenderer {
38 GrStencilAndCoverPathRenderer(GrResourceProvider*);
GrStencilAndCoverPathRenderer.cpp 8 #include "GrStencilAndCoverPathRenderer.h"
23 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider,
26 return new GrStencilAndCoverPathRenderer(resourceProvider);
32 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrResourceProvider* resourceProvider)
37 GrStencilAndCoverPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const {
80 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
82 "GrStencilAndCoverPathRenderer::onStencilPath");
88 bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) {
90 "GrStencilAndCoverPathRenderer::onDrawPath")
    [all...]

Completed in 123 milliseconds