Searched refs:q2y (Results 1 – 1 of 1) sorted by relevance
568 double q2y = e2y - alpha * ep2y; in arcToBezier() local570 p.cubicTo((float) q1x, (float) q1y, (float) q2x, (float) q2y, (float) e2x, (float) e2y); in arcToBezier()