Home
last modified time | relevance | path

Searched refs:MoveTo (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.cpp143 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()
DtvgSwShape.cpp292 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()
DtvgSvgPath.cpp354 cmds->push(PathCommand::MoveTo); in _processCommand()
572 if (cmds.count > lastCmds && cmds[lastCmds] != PathCommand::MoveTo) return false; in svgPathToShape()
DtvgShape.h185 rs.path.cmds.push(PathCommand::MoveTo); in moveTo()
DtvgLottieBuilder.cpp391 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()
Dthorvg.h112MoveTo, ///< Sets a new initial point of the sub-path and a new current point. This command exp… enumerator
DtvgLottieParser.cpp228 outCmds.push(PathCommand::MoveTo); in getValue()