Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieBuilder.cpp588 auto anglePerPoint = (2.0f * MATH_PI / ptsCnt); in _updateStar() local
589 auto halfAnglePerPoint = anglePerPoint * 0.5f; in _updateStar()
615 angle += anglePerPoint * partialPointAmount * 0.5f * direction; in _updateStar()
639 dTheta = anglePerPoint * partialPointAmount * 0.5f; in _updateStar()
713 auto anglePerPoint = 2.0f * MATH_PI / float(ptsCnt); in _updatePolygon() local
720 angle += anglePerPoint * direction; in _updatePolygon()
774 angle += anglePerPoint * direction; in _updatePolygon()