Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgPath.cpp237 float sinTheta2 = sinf(theta2); in _pathAppendArcTo() local
245 ex = cx + (cosPhiRx * cosTheta2 - sinPhiRy * sinTheta2); in _pathAppendArcTo()
246 ey = cy + (sinPhiRx * cosTheta2 + cosPhiRy * sinTheta2); in _pathAppendArcTo()
249 c2x = ex + bcp * (cosPhiRx * sinTheta2 + sinPhiRy * cosTheta2); in _pathAppendArcTo()
250 c2y = ey + bcp * (sinPhiRx * sinTheta2 - cosPhiRy * cosTheta2); in _pathAppendArcTo()
267 sinTheta1 = sinTheta2; in _pathAppendArcTo()