Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-set-digest.hh62 struct hb_set_digest_bits_pattern_t struct
79 void add (const hb_set_digest_bits_pattern_t &o) { mask |= o.mask; } in add() argument
81 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() argument
118 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;