Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgCssStyle.cpp154 … if (((from->stroke.flags & SvgStrokeFlags::Cap) && !(to->flags & SvgStyleFlags::StrokeLineCap)) || in _copyStyle()
155 …isImportanceApplicable(to->flagsImportance, from->flagsImportance, SvgStyleFlags::StrokeLineCap)) { in _copyStyle()
158 to->flags = (to->flags | SvgStyleFlags::StrokeLineCap); in _copyStyle()
159 if (from->flagsImportance & SvgStyleFlags::StrokeLineCap) { in _copyStyle()
160 to->flagsImportance = (to->flagsImportance | SvgStyleFlags::StrokeLineCap); in _copyStyle()
DtvgSvgLoaderCommon.h137 StrokeLineCap = 0x100, enumerator
DtvgSvgLoader.cpp1225 STYLE_DEF(stroke-linecap, StrokeLineCap, SvgStyleFlags::StrokeLineCap),