Searched refs:_niflags (Results 1 – 2 of 2) sorted by relevance
153 … bool operator==(const NonInheritedFlags &other) const { return _niflags == other._niflags; }154 … bool operator!=(const NonInheritedFlags &other) const { return _niflags != other._niflags; }163 uint32_t _niflags; member203 svg_noninherited_flags._niflags = 0; in setBitDefaults()
20037 the other part of the union _iflags/_niflags is used for comparions.20038 This will compare 5 uninitialized bits of _iflags and 22 of _niflags.