HomeSort by relevance Sort by last modified time
    Searched refs:hb_set_t (Results 1 - 18 of 18) 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.cc 40 hb_set_t *
43 hb_set_t *set;
45 if (!(set = hb_object_create<hb_set_t> ()))
60 hb_set_t *
63 static const hb_set_t _hb_set_nil = {
70 return const_cast<hb_set_t *> (&_hb_set_nil);
81 hb_set_t *
82 hb_set_reference (hb_set_t *set)
94 hb_set_destroy (hb_set_t *set)
116 hb_set_set_user_data (hb_set_t *set
    [all...]
hb-ot-shape.h 44 hb_set_t *glyphs);
49 hb_set_t *lookup_indexes /* OUT */);
hb-deprecated.h 59 hb_set_invert (hb_set_t *set);
hb-ot-layout.h 69 hb_set_t *glyphs /* OUT */);
203 hb_set_t *lookup_indexes /* OUT */);
209 hb_set_t *glyphs_before, /* OUT. May be NULL */
210 hb_set_t *glyphs_input, /* OUT. May be NULL */
211 hb_set_t *glyphs_after, /* OUT. May be NULL */
212 hb_set_t *glyphs_output /* OUT. May be NULL */);
276 hb_set_t *glyphs
hb-set-private.hh 35 * hb_set_t
41 struct hb_set_t struct
340 inline void set (const hb_set_t *other)
351 inline bool is_equal (const hb_set_t *other) const
376 inline void process (const hb_set_t *other)
447 inline void union_ (const hb_set_t *other)
451 inline void intersect (const hb_set_t *other)
455 inline void subtract (const hb_set_t *other)
459 inline void symmetric_difference (const hb_set_t *other)
hb-ot-shape-private.hh 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
hb-ot-layout.cc 265 hb_set_t *glyphs /* OUT */)
623 hb_set_t *lookup_indexes /* OUT */)
650 hb_set_t *lookup_indexes /* OUT */)
714 hb_set_t *lookup_indexes /* OUT */)
769 hb_set_t *lookup_indexes /* OUT */)
813 hb_set_t *glyphs_before, /* OUT. May be nullptr */
814 hb_set_t *glyphs_input, /* OUT. May be nullptr */
815 hb_set_t *glyphs_after, /* OUT. May be nullptr */
816 hb_set_t *glyphs_output /* OUT. May be nullptr */)
931 hb_set_t *glyphs
    [all...]
hb-ot-layout-gsubgpos-private.hh 63 hb_set_t *glyphs;
69 hb_set_t *glyphs_,
139 hb_set_t *old_before = before;
140 hb_set_t *old_input = input;
141 hb_set_t *old_after = after;
158 hb_set_t *before;
159 hb_set_t *input;
160 hb_set_t *after;
161 hb_set_t *output;
163 hb_set_t *recursed_lookups
    [all...]
hb-ot-layout-common-private.hh 153 inline bool intersects (const hb_set_t *glyphs) const {
713 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
802 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
912 inline bool intersects (const hb_set_t *glyphs) const {
922 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
1055 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
    [all...]
hb-ot-shape.cc 896 hb_set_t *lookup_indexes /* OUT */)
909 hb_set_t *glyphs)
933 hb_set_t *glyphs)
948 hb_set_t *lookups = hb_set_create ();
952 hb_set_t *copy = hb_set_create ();
hb-ot-map-private.hh 126 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
hb-ot-layout-gdef-table.hh 354 inline void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const
hb-ot-map.cc 34 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const
  /external/harfbuzz_ng/test/api/
test-set.c 33 test_empty (hb_set_t *s)
46 test_not_empty (hb_set_t *s)
59 hb_set_t *s = hb_set_create ();
117 print_set (hb_set_t *s)
129 hb_set_t *s = hb_set_create ();
130 hb_set_t *o = hb_set_create ();
242 hb_set_t *s = hb_set_create ();
300 hb_set_t *b = hb_set_get_empty ();
  /external/harfbuzz_ng/util/
hb-ot-shape-closure.cc 109 hb_set_t *glyphs;
options.hh 407 hb_set_t *glyphs)
  /external/freetype/src/autofit/
afshaper.c 107 hb_set_t* gsub_lookups = NULL; /* GSUB lookups for a given script */
108 hb_set_t* gsub_glyphs = NULL; /* glyphs covered by GSUB lookups */
109 hb_set_t* gpos_lookups = NULL; /* GPOS lookups for a given script */
110 hb_set_t* gpos_glyphs = NULL; /* glyphs covered by GPOS lookups */

Completed in 346 milliseconds