Lines Matching refs:flags

1039     style->fill.flags = (style->fill.flags | SvgFillFlags::Paint);  in _handleFillAttr()
1047 style->stroke.flags = (style->stroke.flags | SvgStrokeFlags::Paint); in _handleStrokeAttr()
1054 node->style->stroke.flags = (node->style->stroke.flags | SvgStrokeFlags::Opacity); in _handleStrokeOpacityAttr()
1060 node->style->stroke.flags = (node->style->stroke.flags | SvgStrokeFlags::Dash); in _handleStrokeDashArrayAttr()
1066 node->style->stroke.flags = (node->style->stroke.flags | SvgStrokeFlags::DashOffset); in _handleStrokeDashOffsetAttr()
1072 node->style->stroke.flags = (node->style->stroke.flags | SvgStrokeFlags::Width); in _handleStrokeWidthAttr()
1079 node->style->stroke.flags = (node->style->stroke.flags | SvgStrokeFlags::Cap); in _handleStrokeLineCapAttr()
1086 node->style->stroke.flags = (node->style->stroke.flags | SvgStrokeFlags::Join); in _handleStrokeLineJoinAttr()
1103 node->style->stroke.flags = (node->style->stroke.flags | SvgStrokeFlags::Miterlimit); in _handleStrokeMiterlimitAttr()
1109 node->style->fill.flags = (node->style->fill.flags | SvgFillFlags::FillRule); in _handleFillRuleAttr()
1116 node->style->flags = (node->style->flags | SvgStyleFlags::Opacity); in _handleOpacityAttr()
1123 node->style->fill.flags = (node->style->fill.flags | SvgFillFlags::Opacity); in _handleFillOpacityAttr()
1168 node->style->flags = (node->style->flags | SvgStyleFlags::Display); in _handleDisplayAttr()
1176 node->style->flags = (node->style->flags | SvgStyleFlags::PaintOrder); in _handlePaintOrderAttr()
1264 node->style->flags = (node->style->flags | styleTags[i].flag); in _parseStyleAttr()
1266 } else if (!(node->style->flags & styleTags[i].flag)) { in _parseStyleAttr()
1270 node->style->flagsImportance = (node->style->flags | styleTags[i].flag); in _parseStyleAttr()
2408 to->flags = (to->flags | SvgGradientFlags::Cx); in _inheritRadialCxAttr()
2416 to->flags = (to->flags | SvgGradientFlags::Cy); in _inheritRadialCyAttr()
2424 to->flags = (to->flags | SvgGradientFlags::Fx); in _inheritRadialFxAttr()
2432 to->flags = (to->flags | SvgGradientFlags::Fy); in _inheritRadialFyAttr()
2440 to->flags = (to->flags | SvgGradientFlags::Fr); in _inheritRadialFrAttr()
2448 to->flags = (to->flags | SvgGradientFlags::R); in _inheritRadialRAttr()
2492 grad->flags = (grad->flags | radialTags[i].flag); in _attrParseRadialGradientNode()
2502 grad->flags = (grad->flags | SvgGradientFlags::SpreadMethod); in _attrParseRadialGradientNode()
2508 grad->flags = (grad->flags | SvgGradientFlags::GradientUnits); in _attrParseRadialGradientNode()
2524 grad->flags = SvgGradientFlags::None; in _createRadialGradient()
2568 loader->svgParse->flags = (loader->svgParse->flags | SvgStopStyleFlags::StopOpacity); in _attrParseStopsStyle()
2571 loader->svgParse->flags = (loader->svgParse->flags | SvgStopStyleFlags::StopColor); in _attrParseStopsStyle()
2589 if (!(loader->svgParse->flags & SvgStopStyleFlags::StopOpacity)) { in _attrParseStops()
2593 if (!(loader->svgParse->flags & SvgStopStyleFlags::StopColor)) { in _attrParseStops()
2694 to->flags = (to->flags | SvgGradientFlags::X1); in _inheritLinearX1Attr()
2702 to->flags = (to->flags | SvgGradientFlags::X2); in _inheritLinearX2Attr()
2710 to->flags = (to->flags | SvgGradientFlags::Y1); in _inheritLinearY1Attr()
2718 to->flags = (to->flags | SvgGradientFlags::Y2); in _inheritLinearY2Attr()
2760 grad->flags = (grad->flags | linear_tags[i].flag); in _attrParseLinearGradientNode()
2770 grad->flags = (grad->flags | SvgGradientFlags::SpreadMethod); in _attrParseLinearGradientNode()
2776 grad->flags = (grad->flags | SvgGradientFlags::GradientUnits); in _attrParseLinearGradientNode()
2792 grad->flags = SvgGradientFlags::None; in _createLinearGradient()
2864 …if (!(to->flags & SvgGradientFlags::SpreadMethod) && (from->flags & SvgGradientFlags::SpreadMethod… in _inheritGradient()
2866 to->flags = (to->flags | SvgGradientFlags::SpreadMethod); in _inheritGradient()
2868 bool gradUnitSet = (to->flags & SvgGradientFlags::GradientUnits); in _inheritGradient()
2869 …if (!(to->flags & SvgGradientFlags::GradientUnits) && (from->flags & SvgGradientFlags::GradientUni… in _inheritGradient()
2871 to->flags = (to->flags | SvgGradientFlags::GradientUnits); in _inheritGradient()
2881 bool coordSet = to->flags & linear_tags[i].flag; in _inheritGradient()
2882 if (!(to->flags & linear_tags[i].flag) && (from->flags & linear_tags[i].flag)) { in _inheritGradient()
2898 bool coordSet = (to->flags & radialTags[i].flag); in _inheritGradient()
2899 if (!(to->flags & radialTags[i].flag) && (from->flags & radialTags[i].flag)) { in _inheritGradient()
2907 …if (!strcmp(radialTags[i].tag, "cx") && !(to->flags & SvgGradientFlags::Fx)) to->radial->fx = to->… in _inheritGradient()
2908 …if (!strcmp(radialTags[i].tag, "cy") && !(to->flags & SvgGradientFlags::Fy)) to->radial->fy = to->… in _inheritGradient()
2914 … if (!strcmp(radialTags[i].tag, "fx") && !(to->flags & SvgGradientFlags::Fx)) continue; in _inheritGradient()
2915 … if (!strcmp(radialTags[i].tag, "fy") && !(to->flags & SvgGradientFlags::Fy)) continue; in _inheritGradient()
2937 grad->flags = from->flags; in _cloneGradient()
2975 if (!(child->flags & SvgStyleFlags::PaintOrder)) { in _styleInherit()
2979 if (!(child->fill.flags & SvgFillFlags::Paint)) { in _styleInherit()
2988 if (!(child->fill.flags & SvgFillFlags::Opacity)) { in _styleInherit()
2991 if (!(child->fill.flags & SvgFillFlags::FillRule)) { in _styleInherit()
2995 if (!(child->stroke.flags & SvgStrokeFlags::Paint)) { in _styleInherit()
3004 if (!(child->stroke.flags & SvgStrokeFlags::Opacity)) { in _styleInherit()
3007 if (!(child->stroke.flags & SvgStrokeFlags::Width)) { in _styleInherit()
3010 if (!(child->stroke.flags & SvgStrokeFlags::Dash)) { in _styleInherit()
3019 if (!(child->stroke.flags & SvgStrokeFlags::DashOffset)) { in _styleInherit()
3022 if (!(child->stroke.flags & SvgStrokeFlags::Cap)) { in _styleInherit()
3025 if (!(child->stroke.flags & SvgStrokeFlags::Join)) { in _styleInherit()
3028 if (!(child->stroke.flags & SvgStrokeFlags::Miterlimit)) { in _styleInherit()
3042 if (from->flags & SvgStyleFlags::Opacity) { in _styleCopy()
3045 if (from->flags & SvgStyleFlags::PaintOrder) { in _styleCopy()
3048 if (from->flags & SvgStyleFlags::Display) { in _styleCopy()
3052 to->fill.flags = (to->fill.flags | from->fill.flags); in _styleCopy()
3053 if (from->fill.flags & SvgFillFlags::Paint) { in _styleCopy()
3062 if (from->fill.flags & SvgFillFlags::Opacity) { in _styleCopy()
3065 if (from->fill.flags & SvgFillFlags::FillRule) { in _styleCopy()
3069 to->stroke.flags = (to->stroke.flags | from->stroke.flags); in _styleCopy()
3070 if (from->stroke.flags & SvgStrokeFlags::Paint) { in _styleCopy()
3079 if (from->stroke.flags & SvgStrokeFlags::Opacity) { in _styleCopy()
3082 if (from->stroke.flags & SvgStrokeFlags::Width) { in _styleCopy()
3085 if (from->stroke.flags & SvgStrokeFlags::Dash) { in _styleCopy()
3094 if (from->stroke.flags & SvgStrokeFlags::DashOffset) { in _styleCopy()
3097 if (from->stroke.flags & SvgStrokeFlags::Cap) { in _styleCopy()
3100 if (from->stroke.flags & SvgStrokeFlags::Join) { in _styleCopy()
3103 if (from->stroke.flags & SvgStrokeFlags::Miterlimit) { in _styleCopy()
3118 to->style->flags = (to->style->flags | from->style->flags); in _copyAttr()
3396 loader->svgParse->flags = SvgStopStyleFlags::StopDefault; in _svgLoaderParserXmlOpen()
3867 loaderData.svgParse->flags = SvgStopStyleFlags::StopDefault; in header()