Searched refs:MoveTo (Results 1 – 7 of 7) sorted by relevance
143 outCmds.push(PathCommand::MoveTo); in line()156 …if (currentCmd + 1 == inCmdsCnt || inCmds[currentCmd + 1] == PathCommand::MoveTo || nonDegenerated… in line()187 case PathCommand::MoveTo: { in modifyPath()189 outCmds.push(PathCommand::MoveTo); in modifyPath()246 outCmds.push(PathCommand::MoveTo); in modifyPolystar()275 outCmds.push(PathCommand::MoveTo); in modifyPolystar()319 if (inCmds[iCmd] == PathCommand::MoveTo) { in modifyPath()351 outCmds.push(PathCommand::MoveTo); in modifyPath()
292 if (cmds[0] == PathCommand::MoveTo) { in _outlineLength()306 case PathCommand::MoveTo: { in _outlineLength()378 if (cmds[0] == PathCommand::MoveTo) { in _genDashOutline()391 case PathCommand::MoveTo: { in _genDashOutline()464 case PathCommand::MoveTo: { in _genOutline()
354 cmds->push(PathCommand::MoveTo); in _processCommand()572 if (cmds.count > lastCmds && cmds[lastCmds] != PathCommand::MoveTo) return false; in svgPathToShape()
185 rs.path.cmds.push(PathCommand::MoveTo); in moveTo()
391 PathCommand::MoveTo, PathCommand::LineTo, PathCommand::LineTo, in _appendRect()430 …commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::LineTo; commands[2] = PathCommand::C… in _appendRect()445 …commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::CubicTo; commands[2] = PathCommand::… in _appendRect()508 PathCommand::MoveTo, PathCommand::CubicTo, PathCommand::CubicTo, in _appendCircle()
112 …MoveTo, ///< Sets a new initial point of the sub-path and a new current point. This command exp… enumerator
228 outCmds.push(PathCommand::MoveTo); in getValue()