Home
last modified time | relevance | path

Searched refs:SvgStopStyleFlags (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSvgLoaderCommon.h160 enum class SvgStopStyleFlags enum
167 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;
DtvgSvgLoader.cpp2568 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()