Lines Matching refs:points
72 SkPoint points[4];
73 kRect.toQuad(points);
74 fConvexPath = SkPathBuilder().moveTo(points[0])
75 .quadTo(points[1], points[2])
76 .quadTo(points[3], points[0])
85 SkPoint points[5] = {{50.f, 0.f}};
89 rot.mapPoints(points + i, points + i - 1, 1);
91 b.moveTo(points[0]);
93 b.lineTo(points[(2 * i) % 5]);