Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp602 SkScalar stopRad = SkDegreesToRadians(startAngle + sweepAngle); in build_arc_points() local
607 stopRad -= deltaRad; in build_arc_points()
608 stop.fY = SkScalarSinCos(stopRad, &stop.fX); in build_arc_points()