PathBench.cpp | 675 static void add_corner_arc(SkPath* path, const SkRect& rect, function in class:ArbRoundRectBench 708 add_corner_arc(path, r, xCorner, yCorner, 270); 709 add_corner_arc(path, r, xCorner, yCorner, 0); 710 add_corner_arc(path, r, xCorner, yCorner, 90); 711 add_corner_arc(path, r, xCorner, yCorner, 180);
|