Lines Matching full:circle
1285 path.addCircle(0, 0, SkIntToScalar(10)); // 2nd circle
1459 // kBaseRect is used to construct most our test paths: a rect, a circle, and a round-rect.
1462 // A circle that bounds kBaseRect (with a significant amount of slop)
2836 // TODO: a rotated circle whose rotated angle is not a multiple of 90
2902 // circle at origin
2909 // circle at an offset at (10, 10)
2924 SkPath circle;
2931 circle.addCircle(0, 0, SkIntToScalar(10), kCircleDir);
2939 // the path a circle, most mark it as a non-circle for simplicity
2941 // empty + circle (translate)
2943 path.addPath(circle, translate);
2946 // circle + empty (translate)
2947 path = circle;
2952 path = circle;