Searched refs:angleOut (Results 1 – 3 of 3) sorted by relevance
| /lvgl-latest/src/libs/thorvg/ |
| D | tvgSwMath.cpp | 50 int mathCubicAngle(const SwPoint* base, SwFixed& angleIn, SwFixed& angleMid, SwFixed& angleOut) in mathCubicAngle() argument 59 angleIn = angleMid = angleOut = 0; in mathCubicAngle() 62 angleIn = angleMid = angleOut = mathAtan(d3); in mathCubicAngle() 66 angleIn = angleMid = angleOut = mathAtan(d2); in mathCubicAngle() 69 angleOut = mathAtan(d3); in mathCubicAngle() 75 angleIn = angleMid = angleOut = mathAtan(d1); in mathCubicAngle() 78 angleOut = mathAtan(d3); in mathCubicAngle() 79 angleMid = mathMean(angleIn, angleOut); in mathCubicAngle() 84 angleMid = angleOut = mathAtan(d2); in mathCubicAngle() 88 angleOut = mathAtan(d3); in mathCubicAngle() [all …]
|
| D | tvgSwStroke.cpp | 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() [all …]
|
| D | tvgSwCommon.h | 176 SwFixed angleOut; member 497 int mathCubicAngle(const SwPoint* base, SwFixed& angleIn, SwFixed& angleMid, SwFixed& angleOut);
|