Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.cpp52 static bool _zero(const Point& p1, const Point& p2) in _zero() function
61 if (_zero(line1.pt2, line2.pt1)) { in _intersect()
165 …else if (inCmds[currentCmd + 1] == PathCommand::Close && !_zero(inPts[currentPt + degenerated], in… in line()
371 if (!_zero(inPts[iPt - 1], inPts[state.movetoInIndex])) { in modifyPath()