Searched refs:inPts (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieModifier.cpp | 133 void LottieOffsetModifier::line(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, … in line() argument 135 if (tvg::zero(inPts[currentPt - 1] - inPts[currentPt])) { in line() 140 …s[currentCmd - 1] != PathCommand::LineTo) state.line = _offset(inPts[currentPt - 1], inPts[current… in line() 151 …s[cmd] == PathCommand::CubicTo && !tvg::zero(inPts[pt] - inPts[pt + 1]) && !tvg::zero(inPts[pt + 2… in line() 163 …urrentCmd + 1] == PathCommand::LineTo) nextLine = _offset(inPts[currentPt + degenerated], inPts[cu… in line() 164 …entCmd + 1] == PathCommand::CubicTo) nextLine = _offset(inPts[currentPt + 1 + degenerated], inPts[… in line() 165 …f (inCmds[currentCmd + 1] == PathCommand::Close && !_zero(inPts[currentPt + degenerated], inPts[st… in line() 166 …nextLine = _offset(inPts[currentPt + degenerated], inPts[state.movetoInIndex + degenerated], offse… in line() 178 …r::modifyPath(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsCnt… in modifyPath() argument 190 outPts.push(inPts[iPts++]); in modifyPath() [all …]
|
D | tvgLottieModifier.h | 41 …bool modifyPath(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsC… 42 …bool modifyPolystar(const Array<PathCommand>& inCmds, const Array<Point>& inPts, Array<PathCommand… 55 …bool modifyPath(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsC… 56 …bool modifyPolystar(const Array<PathCommand>& inCmds, const Array<Point>& inPts, Array<PathCommand… 57 …bool modifyRect(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, uint32_t inPtsC… 70 …void line(const PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, uint32_t& currentPt, …
|
D | tvgLottieProperty.h | 158 Array<Point> inPts; in _copy() local 167 inPts.data = pathset->pts; in _copy() 168 inPts.count = pathset->ptsCnt; in _copy() 169 outPts.push(inPts); in _copy() 170 inPts.data = nullptr; in _copy()
|