Lines Matching defs:const
32 const SkRect& drawBounds,
33 const SkMatrix& viewMatrix,
34 const SkPath& path,
71 bool TessellationPathRenderer::IsSupported(const GrCaps& caps) {
78 const GrStyledShape& shape) const {
88 const CanDrawPathArgs& args) const {
89 const GrStyledShape& shape = *args.fShape;
112 bool TessellationPathRenderer::onDrawPath(const DrawPathArgs& args) {
118 const SkRect pathDevBounds = args.fViewMatrix->mapRect(args.fShape->bounds());
129 const SkStrokeRec& stroke = args.fShape->style().strokeRec();
149 const SkStrokeRec& stroke = args.fShape->style().strokeRec();
181 const SkRect& drawBounds = path.isInverseFillType()
196 void TessellationPathRenderer::onStencilPath(const StencilPathArgs& args) {