Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp1077 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
1079 stopV->fY = SkScalarSinCos(SkDegreesToRadians(startAngle + sweepAngle), &stopV->fX); in angles_to_unit_vectors()
1089 if (*startV == *stopV) { in angles_to_unit_vectors()
1098 stopV->fY = SkScalarSinCos(stopRad, &stopV->fX); in angles_to_unit_vectors()
1099 } while (*startV == *stopV); in angles_to_unit_vectors()
1307 SkVector startV, stopV; in arcTo() local
1309 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo()
1335 if (startV == stopV) { in arcTo()
1351 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()
/external/skqp/src/core/
DSkPath.cpp1068 SkVector* startV, SkVector* stopV, SkRotationDirection* dir) { in angles_to_unit_vectors() argument
1070 stopV->fY = SkScalarSinCos(SkDegreesToRadians(startAngle + sweepAngle), &stopV->fX); in angles_to_unit_vectors()
1080 if (*startV == *stopV) { in angles_to_unit_vectors()
1089 stopV->fY = SkScalarSinCos(stopRad, &stopV->fX); in angles_to_unit_vectors()
1090 } while (*startV == *stopV); in angles_to_unit_vectors()
1298 SkVector startV, stopV; in arcTo() local
1300 angles_to_unit_vectors(startAngle, sweepAngle, &startV, &stopV, &dir); in arcTo()
1307 if (startV == stopV) { in arcTo()
1323 int count = build_arc_conics(oval, startV, stopV, dir, conics, &singlePt); in arcTo()