Searched refs:build_arc_conics (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/src/core/ |
D | SkPathBuilder.cpp | 308 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics() function 377 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
|
D | SkPath.cpp | 907 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics() function 1144 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 1169 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics() function 1406 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
|