Home | History | Annotate | Download | only in tests

Lines Matching refs:add_corner_arc

542 static void add_corner_arc(SkPath* path, const SkRect& rect,
575 add_corner_arc(path, r, xCorner, yCorner, 270);
576 add_corner_arc(path, r, xCorner, yCorner, 0);
577 add_corner_arc(path, r, xCorner, yCorner, 90);
578 add_corner_arc(path, r, xCorner, yCorner, 180);