Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp1064 SkScalar stopRad = SkDegreesToRadians(startAngle + sweepAngle); in angles_to_unit_vectors() local
1069 stopRad -= deltaRad; in angles_to_unit_vectors()
1070 stopV->fY = SkScalarSinCos(stopRad, &stopV->fX); in angles_to_unit_vectors()