Lines Matching defs:startV
870 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) {
874 startV->fY = SkScalarSinSnapToZero(startRad);
875 startV->fX = SkScalarCosSnapToZero(startRad);
887 if (*startV == *stopV) {
897 } while (*startV == *stopV);
1107 SkVector startV, stopV;
1109 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir);
1127 // At this point, we know that the arc is not a lone point, but startV == stopV
1130 if (startV == stopV) {
1144 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt);