Home | History | Annotate | Download | only in gm

Lines Matching defs:path

90         SkPath path;
91 path.addRect(outer, SkPath::kCW_Direction);
92 path.addRect(inner, SkPath::kCCW_Direction);
94 canvas->drawPath(path, paint);
96 // of the same path w.r.t. the pixel grid
97 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 14 + 0.25f;
99 canvas->drawPath(path, paint);
109 SkPath path;
110 path.addRect(outer, SkPath::kCW_Direction);
111 path.addRect(inner, SkPath::kCW_Direction);
112 canvas->drawPath(path, paint);
114 SkScalar dx = SkScalarRoundToScalar(path.getBounds().width()) + 40 + 0.25f;
116 canvas->drawPath(path, paint);
121 canvas->drawPath(path, paint);