Lines Matching defs:startV
271 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) {
275 startV->fY = SkScalarSinSnapToZero(startRad);
276 startV->fX = SkScalarCosSnapToZero(startRad);
288 if (*startV == *stopV) {
298 } while (*startV == *stopV);
343 SkVector startV, stopV;
345 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir);
360 // At this point, we know that the arc is not a lone point, but startV == stopV
363 if (startV == stopV) {
377 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt);