Lines Matching refs:start
217 const uint8_t* start = path.fPathRef->verbsBegin();
219 if (start < stop) {
268 // Return the unit vectors pointing at the start/stop points for the given start/sweep angles
308 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop,
316 int count = SkConic::BuildUnitArc(start, stop, dir, &matrix, conics);
423 SkPoint start = fPts.back();
427 befored.set({p1.fX - start.fX, p1.fY - start.fY}).normalize();
563 Computing the arc width introduces rounding errors that cause arcs to start
715 // we start with a conic on odd indices when moving CW vs. even indices when moving CCW
726 // adjusted such that the start pt is "behind" the radii start pt.