Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-set-digest.hh115 struct hb_set_digest_combiner_t struct
117 void init () in init()
123 void add (hb_codepoint_t g) in add()
129 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()
136 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array()
142 void add_array (const hb_array_t<const T>& arr) { add_array (&arr, arr.len ()); } in add_array()
144 bool add_sorted_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_sorted_array()
172 hb_set_digest_combiner_t argument