Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
Dthorvg.h125Butt ///< The stroke ends exactly at each of the two end-points of a sub-path. For zero len… enumerator
DtvgSwStroke.cpp680 …if ((stroke.join != StrokeJoin::Round) || (!stroke.closedSubPath && stroke.cap == StrokeCap::Butt)) in _beginSubPath()
DtvgLottieParser.cpp144 case 1: return StrokeCap::Butt; in getStrokeCap()
DtvgSvgLoader.cpp312 { StrokeCap::Butt, "butt" },
318 _PARSE_TAG(StrokeCap, lineCap, LineCap, lineCapTags, StrokeCap::Butt)
1446 node->style->stroke.cap = StrokeCap::Butt; in _createNode()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp2232 return StrokeCap::Butt; in stroke_cap_conv()