Searched refs:SvgStopStyleFlags (Results 1 – 2 of 2) sorted by relevance
160 enum class SvgStopStyleFlags enum167 constexpr bool operator &(SvgStopStyleFlags a, SvgStopStyleFlags b)172 constexpr SvgStopStyleFlags operator |(SvgStopStyleFlags a, SvgStopStyleFlags b)174 return SvgStopStyleFlags(int(a) | int(b));543 SvgStopStyleFlags flags;
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()3396 loader->svgParse->flags = SvgStopStyleFlags::StopDefault; in _svgLoaderParserXmlOpen()3867 loaderData.svgParse->flags = SvgStopStyleFlags::StopDefault; in header()