Lines Matching refs:rotate
149 auto rotate = (angleDiff >= 0) ? SW_ANGLE_PI2 : -SW_ANGLE_PI2; in _borderArcTo() local
172 mathRotate(a2, angle + rotate); in _borderArcTo()
177 mathRotate(b2, next - rotate); in _borderArcTo()
226 auto rotate = SIDE_TO_ROTATE(side); in _arcTo() local
228 if (total == SW_ANGLE_PI) total = -rotate * 2; in _arcTo()
230 _borderArcTo(border, stroke.center, stroke.width, stroke.angleIn + rotate, total, stroke); in _arcTo()
243 auto rotate = SIDE_TO_ROTATE(side); in _outside() local
251 theta = rotate; in _outside()
255 phi = stroke.angleIn + theta + rotate; in _outside()
268 mathRotate(delta, stroke.angleOut + rotate); in _outside()
286 mathRotate(delta, stroke.angleOut + rotate); in _outside()
311 auto rotate = SIDE_TO_ROTATE(side); in _inside() local
315 mathRotate(delta, stroke.angleOut + rotate); in _inside()
324 mathRotate(delta, phi + rotate); in _inside()
503 auto rotate = SIDE_TO_ROTATE(side); in _cubicTo() local
507 mathRotate(_ctrl1, phi1 + rotate); in _cubicTo()
512 mathRotate(_ctrl2, phi2 + rotate); in _cubicTo()
518 mathRotate(_end, angleOut + rotate); in _cubicTo()
572 auto rotate = SIDE_TO_ROTATE(side); in _addCap() local
580 mathRotate(delta2, angle + rotate); in _addCap()
591 mathRotate(delta2, angle - rotate); in _addCap()
605 auto rotate = SIDE_TO_ROTATE(side); in _addCap() local
609 mathRotate(delta, angle + rotate); in _addCap()
616 mathRotate(delta, angle - rotate); in _addCap()