Lines Matching defs:circle
1562 path.addCircle(0, 0, SkIntToScalar(10)); // 2nd circle
1790 // kBaseRect is used to construct most our test paths: a rect, a circle, and a round-rect.
1793 // A circle that bounds kBaseRect (with a significant amount of slop)
3356 // TODO: a rotated circle whose rotated angle is not a multiple of 90
3421 // circle at origin
3432 // circle at an offset at (10, 10)
3460 SkPath circle;
3467 circle.addCircle(0, 0, SkIntToScalar(10), kCircleDir);
3475 // the path a circle, most mark it as a non-circle for simplicity
3477 // empty + circle (translate)
3479 path.addPath(circle, translate);
3482 // circle + empty (translate)
3483 path = circle;
3489 path = circle;