Searched refs:build_arc_conics (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkPathBuilder.cpp | 291 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics() function 360 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
|
D | SkPath.cpp | 898 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics() function 1135 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
|
/external/skqp/src/core/ |
D | SkPath.cpp | 1147 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, in build_arc_conics() function 1386 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
|