Searched refs:mathRotate (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwStroke.cpp | 143 mathRotate(a, angleStart); in _borderArcTo() 164 mathRotate(b, next); in _borderArcTo() 172 mathRotate(a2, angle + rotate); in _borderArcTo() 177 mathRotate(b2, next - rotate); in _borderArcTo() 268 mathRotate(delta, stroke.angleOut + rotate); in _outside() 277 mathRotate(delta, phi); in _outside() 286 mathRotate(delta, stroke.angleOut + rotate); in _outside() 315 mathRotate(delta, stroke.angleOut + rotate); in _inside() 324 mathRotate(delta, phi + rotate); in _inside() 357 mathRotate(delta, startAngle + SW_ANGLE_PI2); in _firstSubPath() [all …]
|
D | tvgSwMath.cpp | 160 void mathRotate(SwPoint& pt, SwFixed angle) in mathRotate() function
|
D | tvgSwCommon.h | 488 void mathRotate(SwPoint& pt, SwFixed angle);
|