Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieBuilder.cpp706 static constexpr auto POLYGON_MAGIC_NUMBER = 0.25f; in _updatePolygon() local
755 auto cp1x = radius * outerRoundness * POLYGON_MAGIC_NUMBER * cp1Dx; in _updatePolygon()
756 auto cp1y = radius * outerRoundness * POLYGON_MAGIC_NUMBER * cp1Dy; in _updatePolygon()
757 auto cp2x = radius * outerRoundness * POLYGON_MAGIC_NUMBER * cp2Dx; in _updatePolygon()
758 auto cp2y = radius * outerRoundness * POLYGON_MAGIC_NUMBER * cp2Dy; in _updatePolygon()