Home | History | Annotate | Download | only in tests

Lines Matching refs:add_corner_arc

662 static void add_corner_arc(SkPath* path, const SkRect& rect,
695 add_corner_arc(path, r, xCorner, yCorner, 270);
696 add_corner_arc(path, r, xCorner, yCorner, 0);
697 add_corner_arc(path, r, xCorner, yCorner, 90);
698 add_corner_arc(path, r, xCorner, yCorner, 180);