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

/inkscape/src/
H A Dsvg-profile.h122 inline bool operator == (const BitField &in_field) const {
124 if (bits[i] & in_field.bits[i] != 0)
184 \param in_field The bitfield that should be used in the profile
189 inline SvgProfile (const BitField &in_field) { argument
190 _profile = in_field;

Completed in 83 milliseconds