Home
last modified time | relevance | path

Searched defs:BLFormatInfo (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dformat.h108 struct BLFormatInfo { struct
109 uint32_t depth;
110 uint32_t flags;
112 union {
136 BL_INLINE void reset() noexcept { memset(this, 0, sizeof(*this)); } in reset()
161 …BL_INLINE bool operator==(const BLFormatInfo& other) const noexcept { return memcmp(this, &other, … argument