Home | History | Annotate | Download | only in tests

Lines Matching defs:circle

892     path.addCircle(0, 0, SkIntToScalar(10));   // 2nd circle
977 // kBaseRect is used to construct most our test paths: a rect, a circle, and a round-rect.
980 // A circle that bounds kBaseRect (with a significant amount of slop)
2056 // TODO: a rotated circle whose rotated angle is not a multiple of 90
2122 // circle at origin
2129 // circle at an offset at (10, 10)
2144 SkPath circle;
2151 circle.addCircle(0, 0, SkIntToScalar(10), kCircleDir);
2159 // would mark it non-circle, though in theory it's still a circle.
2161 // empty + circle (translate)
2163 path.addPath(circle, translate);
2166 // circle + empty (translate)
2167 path = circle;
2172 path = circle;