Searched refs:SW_ANGLE_PI2 (Results 1 – 3 of 3) sorted by relevance
41 return (SW_ANGLE_PI2 - static_cast<SwFixed>(s) * SW_ANGLE_PI); in SIDE_TO_ROTATE()149 auto rotate = (angleDiff >= 0) ? SW_ANGLE_PI2 : -SW_ANGLE_PI2; in _borderArcTo()357 mathRotate(delta, startAngle + SW_ANGLE_PI2); in _firstSubPath()393 mathRotate(delta, angle + SW_ANGLE_PI2); in _lineTo()
192 return mathCos(SW_ANGLE_PI2 - angle); in mathSin()
37 #define SW_ANGLE_PI2 (SW_ANGLE_PI >> 1) macro