HomeSort by relevance Sort by last modified time
    Searched defs:hb_set_t (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-set.h 39 typedef struct hb_set_t hb_set_t; typedef in typeref:struct:hb_set_t
42 hb_set_t *
45 hb_set_t *
48 hb_set_t *
49 hb_set_reference (hb_set_t *set);
52 hb_set_destroy (hb_set_t *set);
55 hb_set_set_user_data (hb_set_t *set,
62 hb_set_get_user_data (hb_set_t *set,
68 hb_set_allocation_successful (const hb_set_t *set)
    [all...]
hb-set-private.hh 136 struct hb_set_t struct
203 inline bool is_equal (const hb_set_t *other) const
210 inline void set (const hb_set_t *other)
216 inline void union_ (const hb_set_t *other)
222 inline void intersect (const hb_set_t *other)
228 inline void subtract (const hb_set_t *other)
234 inline void symmetric_difference (const hb_set_t *other)

Completed in 1662 milliseconds