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 44 typedef struct hb_set_t hb_set_t; typedef in typeref:struct:hb_set_t
47 HB_EXTERN hb_set_t *
50 HB_EXTERN hb_set_t *
53 HB_EXTERN hb_set_t *
54 hb_set_reference (hb_set_t *set);
57 hb_set_destroy (hb_set_t *set);
60 hb_set_set_user_data (hb_set_t *set,
67 hb_set_get_user_data (hb_set_t *set,
73 hb_set_allocation_successful (const hb_set_t *set)
    [all...]
hb-set.hh 34 * hb_set_t
40 struct hb_set_t struct
42 HB_NO_COPY_ASSIGN (hb_set_t);
43 hb_set_t () { init (); } function in struct:hb_set_t
44 ~hb_set_t () { fini (); }
373 void set (const hb_set_t *other)
384 bool is_equal (const hb_set_t *other) const
411 bool is_subset (const hb_set_t *larger_set) const
426 void process (const hb_set_t *other)
524 void union_ (const hb_set_t *other
    [all...]

Completed in 85 milliseconds