Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgSvgCssStyle.cpp139 … (((from->stroke.flags & SvgStrokeFlags::Dash) && !(to->flags & SvgStyleFlags::StrokeDashArray)) || in _copyStyle()
140 …ImportanceApplicable(to->flagsImportance, from->flagsImportance, SvgStyleFlags::StrokeDashArray)) { in _copyStyle()
148 to->flags = (to->flags | SvgStyleFlags::StrokeDashArray); in _copyStyle()
149 if (from->flagsImportance & SvgStyleFlags::StrokeDashArray) { in _copyStyle()
150 to->flagsImportance = (to->flagsImportance | SvgStyleFlags::StrokeDashArray); in _copyStyle()
DtvgSvgLoaderCommon.h139 StrokeDashArray = 0x400, enumerator
DtvgSvgLoader.cpp1227 STYLE_DEF(stroke-dasharray, StrokeDashArray, SvgStyleFlags::StrokeDashArray),