Searched refs:stopRad (Results 1 – 1 of 1) sorted by relevance
602 SkScalar stopRad = SkDegreesToRadians(startAngle + sweepAngle); in build_arc_points() local607 stopRad -= deltaRad; in build_arc_points()608 stop.fY = SkScalarSinCos(stopRad, &stop.fX); in build_arc_points()