Home | History | Annotate | Download | only in core

Lines Matching refs:stopRad

923             SkScalar stopRad = SkDegreesToRadians(startAngle + sweepAngle);
928 stopRad -= deltaRad;
929 stop.fY = SkScalarSinCos(stopRad, &stop.fX);