PathBench.cpp | 649 static void add_corner_arc(SkPath* path, const SkRect& rect, function in class:ArbRoundRectBench 682 add_corner_arc(path, r, xCorner, yCorner, 270); 683 add_corner_arc(path, r, xCorner, yCorner, 0); 684 add_corner_arc(path, r, xCorner, yCorner, 90); 685 add_corner_arc(path, r, xCorner, yCorner, 180);
|