Searched refs:theta2 (Results 1 – 3 of 3) sorted by relevance
235 float theta2 = theta1 + delta; in _pathAppendArcTo() local236 float cosTheta2 = cosf(theta2); in _pathAppendArcTo()237 float sinTheta2 = sinf(theta2); in _pathAppendArcTo()264 theta1 = theta2; in _pathAppendArcTo()
94 auto theta2 = abs(mathDiff(angleMid, angleOut)); in mathCubicAngle() local96 if ((theta1 < (SW_ANGLE_PI / 8)) && (theta2 < (SW_ANGLE_PI / 8))) return 0; //small size in mathCubicAngle()
487 auto theta2 = mathDiff(angleMid, angleOut) / 2; in _cubicTo() local491 auto length2 = mathDivide(stroke.width, mathCos(theta2)); in _cubicTo()