Lines Matching full:stroke
62 static GrEffectRef* Create(bool stroke) {
66 if (stroke) {
135 CircleEdgeEffect(bool stroke) : GrVertexEffect() {
137 fStroke = stroke;
173 static GrEffectRef* Create(bool stroke) {
177 if (stroke) {
267 EllipseEdgeEffect(bool stroke) : GrVertexEffect() {
270 fStroke = stroke;
459 const SkRect& oval, const SkStrokeRec& stroke)
474 this->drawCircle(target, useCoverageAA, oval, stroke);
477 return this->drawDIEllipse(target, useCoverageAA, oval, stroke);
480 return this->drawEllipse(target, useCoverageAA, oval, stroke);
499 const SkStrokeRec& stroke)
507 SkScalar strokeWidth = vm.mapRadius(stroke.getWidth());
525 SkStrokeRec::Style style = stroke.getStyle();
604 const SkStrokeRec& stroke)
626 // do (potentially) anisotropic mapping of stroke
628 SkScalar strokeWidth = stroke.getWidth();
632 SkStrokeRec::Style style = stroke.getStyle();
650 // we don't handle it if curvature of the stroke is less than curvature of the ellipse
736 const SkStrokeRec& stroke)
745 SkStrokeRec::Style style = stroke.getStyle();
754 SkScalar strokeWidth = stroke.getWidth();
768 // we don't handle it if curvature of the stroke is less than curvature of the ellipse
863 // we place this at the end so that we can ignore these indices when rendering stroke-only
885 const SkRRect& rrect, const SkStrokeRec& stroke)
915 // if hairline stroke is greater than radius, we don't handle that right now
916 SkStrokeRec::Style style = stroke.getStyle();
922 // do (potentially) anisotropic mapping of stroke
924 SkScalar strokeWidth = stroke.getWidth();
1056 // we don't handle it if curvature of the stroke is less than curvature of the ellipse