Home
last modified time | relevance | path

Searched refs:shiftPts (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
282 const Point* pts = rshape->path.pts.data + shiftPts; in _outlineLength()
283 auto ptsCnt = rshape->path.pts.count - shiftPts; in _outlineLength()