Home
last modified time | relevance | path

Searched refs:singlePt (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkPathBuilder.cpp305 * If this returns 0, then the caller should just line-to the singlePt, else it should
306 * ignore singlePt and append the specified number of conics.
310 SkPoint* singlePt) { in build_arc_conics()
318 matrix.mapXY(stop.x(), stop.y(), singlePt); in build_arc_conics()
347 SkPoint singlePt; in arcTo() local
370 singlePt.set(oval.centerX() + radiusX * SkScalarCos(endAngle), in arcTo()
372 addPt(singlePt); in arcTo()
377 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
386 addPt(singlePt); in arcTo()
308 build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, SkRotationDirection dir, SkConic conics[SkConic::kMaxConicsForArc], SkPoint* singlePt) build_arc_conics() argument
H A DSkPath.cpp904 * If this returns 0, then the caller should just line-to the singlePt, else it should
905 * ignore singlePt and append the specified number of conics.
909 SkPoint* singlePt) { in build_arc_conics()
917 matrix.mapXY(stop.x(), stop.y(), singlePt); in build_arc_conics()
1111 SkPoint singlePt; in arcTo() local
1137 singlePt.set(oval.centerX() + radiusX * SkScalarCos(endAngle), in arcTo()
1139 addPt(singlePt); in arcTo()
1144 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
1153 addPt(singlePt); in arcTo()
907 build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop, SkRotationDirection dir, SkConic conics[SkConic::kMaxConicsForArc], SkPoint* singlePt) build_arc_conics() argument

Completed in 9 milliseconds