Searched refs:StrokeLineCap (Results 1 – 3 of 3) sorted by relevance
154 … 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()
137 StrokeLineCap = 0x100, enumerator
1225 STYLE_DEF(stroke-linecap, StrokeLineCap, SvgStyleFlags::StrokeLineCap),