Searched refs:onStencilPath (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.h43 virtual void onStencilPath(const SkPath&,
H A DGrDefaultPathRenderer.h38 virtual void onStencilPath(const SkPath&,
H A DGrPathRenderer.h136 this->onStencilPath(path, stroke, target);
161 virtual void onStencilPath(const SkPath& path, const SkStrokeRec& stroke, GrDrawTarget* target) { function in class:GrPathRenderer
H A DGrStencilAndCoverPathRenderer.cpp52 void GrStencilAndCoverPathRenderer::onStencilPath(const SkPath& path, function in class:GrStencilAndCoverPathRenderer
H A DGrInOrderDrawBuffer.h135 virtual void onStencilPath(const GrPath*, const SkStrokeRec& stroke, SkPath::FillType) SK_OVERRIDE;
H A DGrGpu.h321 * onStencilPath member functions.) The GrGpu subclass should flush the
510 virtual void onStencilPath(const GrPath* path, const SkStrokeRec& stroke,
H A DGrDefaultPathRenderer.cpp515 void GrDefaultPathRenderer::onStencilPath(const SkPath& path, function in class:GrDefaultPathRenderer
H A DGrDrawTarget.h816 virtual void onStencilPath(const GrPath*, const SkStrokeRec& stroke, SkPath::FillType fill) = 0;
H A DGrGpu.cpp382 void GrGpu::onStencilPath(const GrPath* path, const SkStrokeRec&, SkPath::FillType fill) { function in class:GrGpu
H A DGrDrawTarget.cpp455 this->onStencilPath(path, stroke, fill);
H A DGrInOrderDrawBuffer.cpp359 void GrInOrderDrawBuffer::onStencilPath(const GrPath* path, const SkStrokeRec& stroke, function in class:GrInOrderDrawBuffer

Completed in 113 milliseconds