Lines Matching defs:stop
867 // Return the unit vectors pointing at the start/stop points for the given start/sweep angles
885 We try to detect this edge case, and tweak the stop vector
907 static int build_arc_conics(const SkRect& oval, const SkVector& start, const SkVector& stop,
915 int count = SkConic::BuildUnitArc(start, stop, dir, &matrix, conics);
917 matrix.mapXY(stop.x(), stop.y(), singlePt);
1465 // if the path has multiple contours, stop after reversing the last
1716 const uint8_t* stop = fVerbStop;
1722 while (verbs < stop) {
1937 verb = kDone_Verb; // stop the loop