Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgPath.cpp120 float cosTheta1, sinTheta1; in _pathAppendArcTo() local
230 sinTheta1 = sinf(theta1); in _pathAppendArcTo()
241 c1x = sx - bcp * (cosPhiRx * sinTheta1 + sinPhiRy * cosTheta1); in _pathAppendArcTo()
242 c1y = sy + bcp * (cosPhiRy * cosTheta1 - sinPhiRx * sinTheta1); in _pathAppendArcTo()
267 sinTheta1 = sinTheta2; in _pathAppendArcTo()