Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSwStroke.cpp673 stroke.closedSubPath = closed; in _beginSubPath()
680 …if ((stroke.join != StrokeJoin::Round) || (!stroke.closedSubPath && stroke.cap == StrokeCap::Butt)) in _beginSubPath()
692 if (stroke.closedSubPath) { in _endSubPath()
DtvgSwCommon.h195 bool closedSubPath; member