Lines Matching refs:currentPt
133 … PathCommand* inCmds, uint32_t inCmdsCnt, const Point* inPts, uint32_t& currentPt, uint32_t curren… in line() argument
135 if (tvg::zero(inPts[currentPt - 1] - inPts[currentPt])) { in line()
136 ++currentPt; in line()
140 …tCmd - 1] != PathCommand::LineTo) state.line = _offset(inPts[currentPt - 1], inPts[currentPt], off… in line()
156 …tCmd + 1] == PathCommand::MoveTo || nonDegeneratedCubic(currentCmd + 1, currentPt + degenerated)) { in line()
158 ++currentPt; in line()
163 …d + 1] == PathCommand::LineTo) nextLine = _offset(inPts[currentPt + degenerated], inPts[currentPt … in line()
164 … 1] == PathCommand::CubicTo) nextLine = _offset(inPts[currentPt + 1 + degenerated], inPts[currentP… in line()
165 …else if (inCmds[currentCmd + 1] == PathCommand::Close && !_zero(inPts[currentPt + degenerated], in… in line()
166 …nextLine = _offset(inPts[currentPt + degenerated], inPts[state.movetoInIndex + degenerated], offse… in line()
171 ++currentPt; in line()