Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-set-digest.hh68 struct hb_set_digest_bits_pattern_t struct
85 …static hb_set_digest_bits_pattern_t full () { hb_set_digest_bits_pattern_t d; d.mask = (mask_t) -1… in full() argument
87 void union_ (const hb_set_digest_bits_pattern_t &o) { mask |= o.mask; } in union_() argument
89 void add (hb_codepoint_t g) { mask |= mask_for (g); } in add()
91 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()
128 bool may_have (const hb_set_digest_bits_pattern_t &o) const in may_have() argument
131 bool may_have (hb_codepoint_t g) const in may_have()
134 bool operator [] (hb_codepoint_t g) const in operator []()
139 static mask_t mask_for (hb_codepoint_t g) in mask_for()
141 mask_t mask = 0;