Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgMath.cpp35 static float _lineLengthApprox(const Point& pt1, const Point& pt2) in _lineLengthApprox() function
285 return _bezLength(*this, _lineLengthApprox); in lengthApprox()
321 return _bezAt(*this, at, length, _lineLengthApprox); in atApprox()