HomeSort by relevance Sort by last modified time
    Searched refs:stencilPath (Results 1 - 7 of 7) sorted by null

  /external/skia/src/gpu/batches/
GrStencilPathBatch.h 31 const char* name() const override { return "StencilPath"; }
66 state->gpu()->pathRendering()->stencilPath(args, fPath.get());
GrStencilAndCoverPathRenderer.cpp 71 args.fTarget->stencilPath(*args.fPipelineBuilder, *args.fViewMatrix, p, p->getFillType());
106 args.fTarget->stencilPath(*pipelineBuilder, viewMatrix, p, p->getFillType());
  /external/skia/src/gpu/
GrPathRendering.h 150 void stencilPath(const StencilPathArgs& args, const GrPath* path) {
GrDrawTarget.h 112 void stencilPath(const GrPipelineBuilder&, const SkMatrix& viewMatrix, const GrPath*,
GrPathRenderer.h 48 * simultaneously. The path renderer does support the stencilPath() function
170 /* Args to stencilPath().
203 void stencilPath(const StencilPathArgs& args) {
263 * Subclass implementation of stencilPath(). Subclass must override iff it ever returns
GrDrawTarget.cpp 285 void GrDrawTarget::stencilPath(const GrPipelineBuilder& pipelineBuilder,
GrClipMaskManager.cpp     [all...]

Completed in 46 milliseconds