Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp476 uint32_t currentPtsCnt = 0; in _appendClipShape() local
479 currentPtsCnt = shape->pathCoords(&tmp); in _appendClipShape()
488 auto p = const_cast<Point*>(pts) + currentPtsCnt; in _appendClipShape()
489 while (currentPtsCnt++ < ptsCnt) { in _appendClipShape()