Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp227 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
[all …]
DtvgSwMath.cpp50 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()
68 angleIn = angleMid = mathAtan(d2); in mathCubicAngle()
75 angleIn = angleMid = angleOut = mathAtan(d1); in mathCubicAngle()
77 angleIn = mathAtan(d1); in mathCubicAngle()
79 angleMid = mathMean(angleIn, angleOut); in mathCubicAngle()
83 angleIn = mathAtan(d1); in mathCubicAngle()
86 angleIn = mathAtan(d1); in mathCubicAngle()
[all …]
DtvgSwCommon.h175 SwFixed angleIn; member
497 int mathCubicAngle(const SwPoint* base, SwFixed& angleIn, SwFixed& angleMid, SwFixed& angleOut);