Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp143 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 …]
DtvgSwMath.cpp160 void mathRotate(SwPoint& pt, SwFixed angle) in mathRotate() function
DtvgSwCommon.h488 void mathRotate(SwPoint& pt, SwFixed angle);