Home
last modified time | relevance | path

Searched refs:stopV (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkPath.cpp1049 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
1051 stopV->fY = SkScalarSinCos(SkDegreesToRadians(startAngle + sweepAngle), &stopV->fX); in angles_to_unit_vectors()
1061 if (*startV == *stopV) { in angles_to_unit_vectors()
1070 stopV->fY = SkScalarSinCos(stopRad, &stopV->fX); in angles_to_unit_vectors()
1071 } while (*startV == *stopV); in angles_to_unit_vectors()
1287 SkVector startV, stopV; in arcTo() local
1289 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo()
1293 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()