Searched refs:cosTheta2 (Results 1 – 1 of 1) sorted by relevance
236 float cosTheta2 = cosf(theta2); in _pathAppendArcTo() local245 ex = cx + (cosPhiRx * cosTheta2 - sinPhiRy * sinTheta2); in _pathAppendArcTo()246 ey = cy + (sinPhiRx * cosTheta2 + cosPhiRy * sinTheta2); in _pathAppendArcTo()249 c2x = ex + bcp * (cosPhiRx * sinTheta2 + sinPhiRy * cosTheta2); in _pathAppendArcTo()250 c2y = ey + bcp * (sinPhiRx * sinTheta2 - cosPhiRy * cosTheta2); in _pathAppendArcTo()266 cosTheta1 = cosTheta2; in _pathAppendArcTo()