Lines Matching refs:path
20 // closed rects, but they don't call path.close(). Depending on the stroke
28 // The path looks not closed at all.
31 // The path looks closed, but final rendering has 2 ends with cap.
34 // The path looks closed, and the final rendering looks closed too.
50 // Use rect-like geometry for non-closed path, for right angles make it
53 SkPathBuilder path;
55 path.moveTo(30, 50);
56 path.lineTo(30, 30);
58 path.moveTo(30, 30);
60 path.lineTo(70, 30);
61 path.lineTo(70, 70);
62 path.lineTo(30, 70);
63 path.lineTo(30, 50);
65 path.lineTo(30, 30);
67 return path.detach();
113 SkPath path = MakePath(kType[type]);
120 canvas->drawPath(path, paint);
135 SkPath path = MakePath(kType[type]);
137 canvas->drawPath(path, paint);