Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgCssStyle.cpp163 …if (((from->stroke.flags & SvgStrokeFlags::Join) && !(to->flags & SvgStyleFlags::StrokeLineJoin)) … in _copyStyle()
164 …sImportanceApplicable(to->flagsImportance, from->flagsImportance, SvgStyleFlags::StrokeLineJoin)) { in _copyStyle()
167 to->flags = (to->flags | SvgStyleFlags::StrokeLineJoin); in _copyStyle()
168 if (from->flagsImportance & SvgStyleFlags::StrokeLineJoin) { in _copyStyle()
169 to->flagsImportance = (to->flagsImportance | SvgStyleFlags::StrokeLineJoin); in _copyStyle()
DtvgSvgLoaderCommon.h136 StrokeLineJoin = 0x80, enumerator
DtvgSvgLoader.cpp1223 STYLE_DEF(stroke-linejoin, StrokeLineJoin, SvgStyleFlags::StrokeLineJoin),