Searched refs:StrokeDashArray (Results 1 – 3 of 3) sorted by relevance
139 … (((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()
139 StrokeDashArray = 0x400, enumerator
1227 STYLE_DEF(stroke-dasharray, StrokeDashArray, SvgStyleFlags::StrokeDashArray),