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

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.h 21 class GrStencilAndCoverPathRenderer : public GrPathRenderer {
26 virtual ~GrStencilAndCoverPathRenderer();
48 GrStencilAndCoverPathRenderer(GrGpu*);
GrStencilAndCoverPathRenderer.cpp 10 #include "GrStencilAndCoverPathRenderer.h"
17 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrContext* context) {
21 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu()));
27 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrGpu* gpu) {
33 GrStencilAndCoverPathRenderer::~GrStencilAndCoverPathRenderer() {
37 bool GrStencilAndCoverPathRenderer::canDrawPath(const SkPath& path,
47 GrPathRenderer::StencilSupport GrStencilAndCoverPathRenderer::onGetStencilSupport(
65 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path
    [all...]

Completed in 585 milliseconds