Searched refs:CubicTo (Results 1 – 7 of 7) sorted by relevance
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()[all …]
251 cmds->push(PathCommand::CubicTo); in _pathAppendArcTo()371 cmds->push(PathCommand::CubicTo); in _processCommand()386 if ((cmds->count > 1) && (cmds->last() == PathCommand::CubicTo) && in _processCommand()393 cmds->push(PathCommand::CubicTo); in _processCommand()412 cmds->push(PathCommand::CubicTo); in _processCommand()427 if ((cmds->count > 1) && (cmds->last() == PathCommand::CubicTo) && in _processCommand()438 cmds->push(PathCommand::CubicTo); in _processCommand()
430 …ds[0] = PathCommand::MoveTo; commands[1] = PathCommand::LineTo; commands[2] = PathCommand::CubicTo; in _appendRect()431 …commands[3] = PathCommand::LineTo; commands[4] = PathCommand::CubicTo;commands[5] = PathCommand::L… in _appendRect()432 …commands[6] = PathCommand::CubicTo; commands[7] = PathCommand::LineTo; commands[8] = PathCommand::… in _appendRect()445 …commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::CubicTo; commands[2] = PathCommand::… in _appendRect()446 …commands[3] = PathCommand::CubicTo; commands[4] = PathCommand::LineTo; commands[5] = PathCommand::… in _appendRect()447 …commands[6] = PathCommand::LineTo; commands[7] = PathCommand::CubicTo; commands[8] = PathCommand::… in _appendRect()508 PathCommand::MoveTo, PathCommand::CubicTo, PathCommand::CubicTo, in _appendCircle()509 PathCommand::CubicTo, PathCommand::CubicTo, PathCommand::Close in _appendCircle()
317 case PathCommand::CubicTo: { in _outlineLength()406 case PathCommand::CubicTo: { in _genDashOutline()475 case PathCommand::CubicTo: { in _genOutline()
197 rs.path.cmds.push(PathCommand::CubicTo); in cubicTo()
114 …CubicTo ///< Draws a cubic Bezier curve from the current point to the given point using two giv… enumerator
232 outCmds.push(PathCommand::CubicTo); in getValue()242 outCmds.push(PathCommand::CubicTo); in getValue()