Lines Matching refs:CubicTo
48 cmds.push(PathCommand::CubicTo); in _roundCorner()
113 outCmds.push(PathCommand::CubicTo); in corner()
151 …return inCmds[cmd] == PathCommand::CubicTo && !tvg::zero(inPts[pt] - inPts[pt + 1]) && !tvg::zero(… in line()
164 …else if (inCmds[currentCmd + 1] == PathCommand::CubicTo) nextLine = _offset(inPts[currentPt + 1 + … in line()
193 case PathCommand::CubicTo: { in modifyPath()
199 if (inCmds[iCmds + 1] == PathCommand::CubicTo && in modifyPath()
212 outCmds.push(PathCommand::CubicTo); in modifyPath()
262 outCmds.push(PathCommand::CubicTo); in modifyPolystar()
264 outCmds.push(PathCommand::CubicTo); in modifyPolystar()
266 outCmds.push(PathCommand::CubicTo); in modifyPolystar()
290 outCmds.push(PathCommand::CubicTo); in modifyPolystar()
324 } else if (inCmds[iCmd] == PathCommand::CubicTo) { in modifyPath()
365 outCmds.push(PathCommand::CubicTo); in modifyPath()