Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-set-digest.hh49 struct hb_set_digest_lowest_bits_t struct
51 enum { mask_bytes = sizeof (mask_t) };
52 enum { mask_bits = sizeof (mask_t) * 8 };
53 enum { num_bits = 0
64 void init () { mask = 0; } in init()
66 void add (hb_codepoint_t g) { mask |= mask_for (g); } in add()
68 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()
81 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array()
90 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array()
100 bool may_have (hb_codepoint_t g) const in may_have()
[all …]