Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp278 static float _outlineLength(const RenderShape* rshape, uint32_t shiftPts, uint32_t shiftCmds, bool … in _outlineLength() argument
280 const PathCommand* cmds = rshape->path.cmds.data + shiftCmds; in _outlineLength()
281 auto cmdCnt = rshape->path.cmds.count - shiftCmds; in _outlineLength()