Home
last modified time | relevance | path

Searched refs:mathDiff (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp227 auto total = mathDiff(stroke.angleIn, stroke.angleOut); in _arcTo()
249 auto theta = mathDiff(stroke.angleIn, stroke.angleOut); in _outside()
299 auto theta = mathDiff(stroke.angleIn, stroke.angleOut) / 2; in _inside()
335 auto turn = mathDiff(stroke.angleIn, stroke.angleOut); in _processCorner()
473 } else if (abs(mathDiff(stroke.angleIn, angleIn)) > (SW_ANGLE_PI / 8) / 4) { in _cubicTo()
486 auto theta1 = mathDiff(angleIn, angleMid) / 2; in _cubicTo()
487 auto theta2 = mathDiff(angleMid, angleOut) / 2; in _cubicTo()
529 if (abs(mathDiff(alpha0, alpha1)) > SW_ANGLE_PI / 2) { in _cubicTo()
699 auto turn = mathDiff(stroke.angleIn, stroke.angleOut); in _endSubPath()
DtvgSwMath.cpp46 return angle1 + mathDiff(angle1, angle2) / 2; in mathMean()
93 auto theta1 = abs(mathDiff(angleIn, angleMid)); in mathCubicAngle()
94 auto theta2 = abs(mathDiff(angleMid, angleOut)); in mathCubicAngle()
257 SwFixed mathDiff(SwFixed angle1, SwFixed angle2) in mathDiff() function
DtvgSwCommon.h495 SwFixed mathDiff(SwFixed angle1, SwFixed angle2);