Searched defs:stopV (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp923 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) {
925 stopV->fY = SkScalarSinCos(SkDegreesToRadians(startAngle + sweepAngle), &stopV->fX);
935 if (*startV == *stopV) {
944 stopV->fY = SkScalarSinCos(stopRad, &stopV->fX);
945 } while (*startV == *stopV);
1141 SkVector startV, stopV; local
1143 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir);
1147 int count = build_arc_conics(oval, startV, stopV, di
922 angles_to_unit_vectors(SkScalar startAngle, SkScalar sweepAngle, SkVector* startV, SkVector* stopV, SkRotationDirection* dir) argument
[all...]

Completed in 54 milliseconds