Searched refs:thetaD (Results 1 – 1 of 1) sorted by relevance
451 double thetaD = Math.toRadians(theta); in drawArc() local453 double cosTheta = Math.cos(thetaD); in drawArc()454 double sinTheta = Math.sin(thetaD); in drawArc()512 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep); in drawArc()