Searched defs:hb_set_digest_bits_pattern_t (Results 1 – 1 of 1) sorted by relevance
62 struct hb_set_digest_bits_pattern_t struct79 void add (const hb_set_digest_bits_pattern_t &o) { mask |= o.mask; } in add() argument81 void add (hb_codepoint_t g) { mask |= mask_for (g); } in add()83 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()115 bool may_have (const hb_set_digest_bits_pattern_t &o) const in may_have() argument118 bool may_have (hb_codepoint_t g) const in may_have()123 static mask_t mask_for (hb_codepoint_t g) in mask_for()125 mask_t mask;