Lines Matching refs:angleOut
227 auto total = mathDiff(stroke.angleIn, stroke.angleOut); in _arcTo()
249 auto theta = mathDiff(stroke.angleIn, stroke.angleOut); in _outside()
268 mathRotate(delta, stroke.angleOut + rotate); in _outside()
286 mathRotate(delta, stroke.angleOut + rotate); in _outside()
299 auto theta = mathDiff(stroke.angleIn, stroke.angleOut) / 2; in _inside()
315 mathRotate(delta, stroke.angleOut + rotate); in _inside()
335 auto turn = mathDiff(stroke.angleIn, stroke.angleOut); in _processCorner()
403 stroke.angleOut = angle; in _lineTo()
442 SwFixed angleIn, angleOut, angleMid; in _cubicTo() local
445 angleIn = angleOut = angleMid = stroke.angleIn; in _cubicTo()
447 auto valid = mathCubicAngle(arc, angleIn, angleMid, angleOut); in _cubicTo()
470 stroke.angleOut = angleIn; in _cubicTo()
476 stroke.angleOut = angleIn; in _cubicTo()
487 auto theta2 = mathDiff(angleMid, angleOut) / 2; in _cubicTo()
489 auto phi2 = mathMean(angleMid, angleOut); in _cubicTo()
518 mathRotate(_end, angleOut + rotate); in _cubicTo()
563 stroke.angleIn = angleOut; in _cubicTo()
600 stroke.angleOut = angle + SW_ANGLE_PI; in _addCap()
698 stroke.angleOut = stroke.subPathAngle; in _endSubPath()
699 auto turn = mathDiff(stroke.angleIn, stroke.angleOut); in _endSubPath()