Home
last modified time | relevance | path

Searched refs:LineTo (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModifier.cpp47 cmds.push(PathCommand::LineTo); in _roundCorner()
121 outCmds.push(PathCommand::LineTo); in corner()
125 outCmds.push(PathCommand::LineTo); in corner()
140 …if (inCmds[currentCmd - 1] != PathCommand::LineTo) state.line = _offset(inPts[currentPt - 1], inPt… in line()
154 outCmds.push(PathCommand::LineTo); in line()
163 …if (inCmds[currentCmd + 1] == PathCommand::LineTo) nextLine = _offset(inPts[currentPt + degenerate… in line()
288 outCmds.push(PathCommand::LineTo); in modifyPolystar()
322 } else if (inCmds[iCmd] == PathCommand::LineTo) { in modifyPath()
372 outCmds.push(PathCommand::LineTo); in modifyPath()
DtvgSvgPath.cpp363 cmds->push(PathCommand::LineTo); in _processCommand()
453 cmds->push(PathCommand::LineTo); in _processCommand()
461 cmds->push(PathCommand::LineTo); in _processCommand()
477 cmds->push(PathCommand::LineTo); in _processCommand()
DtvgLottieBuilder.cpp391 PathCommand::MoveTo, PathCommand::LineTo, PathCommand::LineTo, in _appendRect()
392 PathCommand::LineTo, PathCommand::Close in _appendRect()
430 …commands[0] = PathCommand::MoveTo; commands[1] = PathCommand::LineTo; commands[2] = PathCommand::C… 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 …ds[0] = PathCommand::MoveTo; commands[1] = PathCommand::CubicTo; commands[2] = PathCommand::LineTo; 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()
DtvgSwShape.cpp312 case PathCommand::LineTo: { in _outlineLength()
401 case PathCommand::LineTo: { in _genDashOutline()
469 case PathCommand::LineTo: { in _genOutline()
DtvgShape.h191 rs.path.cmds.push(PathCommand::LineTo); in lineTo()
Dthorvg.h113LineTo, ///< Draws a line from the current point to the given point and sets a new value of the… enumerator