Lines Matching refs:angleIn
227 auto total = mathDiff(stroke.angleIn, stroke.angleOut); in _arcTo()
230 _borderArcTo(border, stroke.center, stroke.width, stroke.angleIn + rotate, total, stroke); in _arcTo()
249 auto theta = mathDiff(stroke.angleIn, stroke.angleOut); in _outside()
252 phi = stroke.angleIn; in _outside()
255 phi = stroke.angleIn + theta + rotate; in _outside()
299 auto theta = mathDiff(stroke.angleIn, stroke.angleOut) / 2; in _inside()
321 auto phi = stroke.angleIn + theta; in _inside()
335 auto turn = mathDiff(stroke.angleIn, stroke.angleOut); in _processCorner()
424 stroke.angleIn = 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()
451 if (stroke.firstPt) stroke.angleIn = angleIn; in _cubicTo()
468 _firstSubPath(stroke, angleIn, 0); in _cubicTo()
470 stroke.angleOut = angleIn; in _cubicTo()
473 } else if (abs(mathDiff(stroke.angleIn, angleIn)) > (SW_ANGLE_PI / 8) / 4) { in _cubicTo()
476 stroke.angleOut = angleIn; in _cubicTo()
486 auto theta1 = mathDiff(angleIn, angleMid) / 2; in _cubicTo()
488 auto phi1 = mathMean(angleIn, angleMid); in _cubicTo()
563 stroke.angleIn = angleOut; in _cubicTo()
599 stroke.angleIn = angle; in _addCap()
686 stroke.angleIn = 0; in _beginSubPath()
699 auto turn = mathDiff(stroke.angleIn, stroke.angleOut); in _endSubPath()
721 _addCap(stroke, stroke.angleIn, 0); in _endSubPath()