Searched refs:Cap (Results 1 – 3 of 3) sorted by relevance
154 … if (((from->stroke.flags & SvgStrokeFlags::Cap) && !(to->flags & SvgStyleFlags::StrokeLineCap)) || in _copyStyle()157 to->stroke.flags = (to->stroke.flags | SvgStrokeFlags::Cap); in _copyStyle()
103 Cap = 0x20, enumerator
1079 node->style->stroke.flags = (node->style->stroke.flags | SvgStrokeFlags::Cap); in _handleStrokeLineCapAttr()3022 if (!(child->stroke.flags & SvgStrokeFlags::Cap)) { in _styleInherit()3097 if (from->stroke.flags & SvgStrokeFlags::Cap) { in _styleCopy()