Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp685 stroke.ptStartSubPath = to; in _beginSubPath()
694 if (stroke.center != stroke.ptStartSubPath) in _endSubPath()
695 _lineTo(stroke, stroke.ptStartSubPath); in _endSubPath()
727 stroke.center = stroke.ptStartSubPath; in _endSubPath()
DtvgSwCommon.h180 SwPoint ptStartSubPath; member