Searched refs:BitField (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsvg-profile.h36 the \c BitField class was created. This creates consistent operations
92 class BitField { class in class:Inkscape::SvgProfile
104 inline BitField(void) { function in class:Inkscape::SvgProfile::BitField
113 inline BitField(unsigned int in_bits[ARRAY_SIZE]) { function in class:Inkscape::SvgProfile::BitField
122 inline bool operator == (const BitField &in_field) const {
146 inline BitField operator | (const BitField &other) const {
153 return BitField(local_bits);
156 /** \brief Causes one \c BitField to take on the values
158 inline BitField
[all...]

Completed in 83 milliseconds