Searched refs:StrokeLineJoin (Results 1 – 3 of 3) sorted by relevance
163 …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()
136 StrokeLineJoin = 0x80, enumerator
1223 STYLE_DEF(stroke-linejoin, StrokeLineJoin, SvgStyleFlags::StrokeLineJoin),