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

  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.h 21 class GrStencilAndCoverPathRenderer : public GrPathRenderer {
26 virtual ~GrStencilAndCoverPathRenderer();
48 GrStencilAndCoverPathRenderer(GrGpu*);
GrStencilAndCoverPathRenderer.cpp 10 #include "GrStencilAndCoverPathRenderer.h"
16 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrContext* context) {
20 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu()));
26 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrGpu* gpu) {
32 GrStencilAndCoverPathRenderer::~GrStencilAndCoverPathRenderer() {
36 bool GrStencilAndCoverPathRenderer::canDrawPath(const SkPath& path,
45 GrPathRenderer::StencilSupport GrStencilAndCoverPathRenderer::onGetStencilSupport(
52 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path
    [all...]
GrAddPathRenderers_default.cpp 10 #include "GrStencilAndCoverPathRenderer.h"
27 if (GrPathRenderer* pr = GrStencilAndCoverPathRenderer::Create(ctx)) {
  /external/skia/
Android.mk 376 src/gpu/GrStencilAndCoverPathRenderer.cpp \

Completed in 216 milliseconds