Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgPath.cpp119 float sinPhiRx, sinPhiRy; in _pathAppendArcTo() local
226 sinPhiRx = sinPhi * rx; in _pathAppendArcTo()
242 c1y = sy + bcp * (cosPhiRy * cosTheta1 - sinPhiRx * sinTheta1); in _pathAppendArcTo()
246 ey = cy + (sinPhiRx * cosTheta2 + cosPhiRy * sinTheta2); in _pathAppendArcTo()
250 c2y = ey + bcp * (sinPhiRx * sinTheta2 - cosPhiRy * cosTheta2); in _pathAppendArcTo()