Home | History | Annotate | Download | only in tests

Lines Matching refs:add_corner_arc

500 static void add_corner_arc(SkPath* path, const SkRect& rect,
533 add_corner_arc(path, r, xCorner, yCorner, 270);
534 add_corner_arc(path, r, xCorner, yCorner, 0);
535 add_corner_arc(path, r, xCorner, yCorner, 90);
536 add_corner_arc(path, r, xCorner, yCorner, 180);