Searched refs:stopRad (Results 1 – 1 of 1) sorted by relevance
1064 SkScalar stopRad = SkDegreesToRadians(startAngle + sweepAngle); in angles_to_unit_vectors() local1069 stopRad -= deltaRad; in angles_to_unit_vectors()1070 stopV->fY = SkScalarSinCos(stopRad, &stopV->fX); in angles_to_unit_vectors()