Searched refs:PaintOrder (Results 1 – 3 of 3) sorted by relevance
55 if (((from->flags & SvgStyleFlags::PaintOrder) && !(to->flags & SvgStyleFlags::PaintOrder)) || in _copyStyle()56 … _isImportanceApplicable(to->flagsImportance, from->flagsImportance, SvgStyleFlags::PaintOrder)) { in _copyStyle()58 to->flags = (to->flags | SvgStyleFlags::PaintOrder); in _copyStyle()59 if (from->flagsImportance & SvgStyleFlags::PaintOrder) { in _copyStyle()60 to->flagsImportance = (to->flagsImportance | SvgStyleFlags::PaintOrder); in _copyStyle()
145 PaintOrder = 0x10000, enumerator
1176 node->style->flags = (node->style->flags | SvgStyleFlags::PaintOrder); in _handlePaintOrderAttr()1234 STYLE_DEF(paint-order, PaintOrder, SvgStyleFlags::PaintOrder)2975 if (!(child->flags & SvgStyleFlags::PaintOrder)) { in _styleInherit()3045 if (from->flags & SvgStyleFlags::PaintOrder) { in _styleCopy()