HomeSort by relevance Sort by last modified time
    Searched refs:hb_set_t (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/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.cc 33 hb_set_t *
36 hb_set_t *set;
38 if (!(set = hb_object_create<hb_set_t> ()))
46 hb_set_t *
49 static const hb_set_t _hb_set_nil = {
56 return const_cast<hb_set_t *> (&_hb_set_nil);
59 hb_set_t *
60 hb_set_reference (hb_set_t *set)
66 hb_set_destroy (hb_set_t *set)
76 hb_set_set_user_data (hb_set_t *set
    [all...]
hb-ot.h 44 hb_set_t *glyphs);
hb-ot-layout.h 68 hb_set_t *glyphs /* OUT */);
188 hb_set_t *lookup_indexes /* OUT */);
193 hb_set_t *lookup_indexes /* OUT */);
199 hb_set_t *glyphs_before, /* OUT. May be NULL */
200 hb_set_t *glyphs_input, /* OUT. May be NULL */
201 hb_set_t *glyphs_after, /* OUT. May be NULL */
202 hb_set_t *glyphs_output /* OUT. May be NULL */);
248 hb_set_t *glyphs
hb-set-private.hh 141 * hb_set_t
147 struct hb_set_t
214 inline bool is_equal (const hb_set_t *other) const
221 inline void set (const hb_set_t *other)
227 inline void union_ (const hb_set_t *other)
233 inline void intersect (const hb_set_t *other)
239 inline void subtract (const hb_set_t *other)
245 inline void symmetric_difference (const hb_set_t *other)
hb-ot-shape-private.hh 44 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
hb-ot-layout.cc 139 hb_set_t *glyphs /* OUT */)
419 hb_set_t *lookup_indexes /* OUT */)
446 hb_set_t *lookup_indexes /* OUT */)
509 hb_set_t *lookup_indexes /* OUT */)
559 hb_set_t *lookup_indexes /* OUT */)
598 hb_set_t *glyphs_before, /* OUT. May be NULL */
599 hb_set_t *glyphs_input, /* OUT. May be NULL */
600 hb_set_t *glyphs_after, /* OUT. May be NULL */
601 hb_set_t *glyphs_output /* OUT. May be NULL */)
696 hb_set_t *glyphs
    [all...]
hb-ot-layout-common-private.hh 140 inline bool intersects (const hb_set_t *glyphs) const {
656 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
742 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
842 inline bool intersects (const hb_set_t *glyphs) const {
852 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
956 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
999 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
1037 inline void add_class (hb_set_t *glyphs, unsigned int klass) const {
1045 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
    [all...]
hb-ot-layout-gsubgpos-private.hh 78 hb_set_t *glyphs;
84 hb_set_t *glyphs_,
166 hb_set_t *old_before = before;
167 hb_set_t *old_input = input;
168 hb_set_t *old_after = after;
183 hb_set_t *before;
184 hb_set_t *input;
185 hb_set_t *after;
186 hb_set_t *output;
192 hb_set_t *glyphs_before, /* OUT. May be NULL *
    [all...]
hb-ot-shape.cc 616 hb_set_t *lookup_indexes /* OUT */)
629 hb_set_t *glyphs)
648 hb_set_t *glyphs)
662 hb_set_t lookups;
667 hb_set_t copy;
hb-ot-map-private.hh 120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
hb-ot-layout-gdef-table.hh 340 inline void get_glyphs_in_class (unsigned int klass, hb_set_t *glyphs) const
  /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.cc 34 hb_set_t *
37 hb_set_t *set;
39 if (!(set = hb_object_create<hb_set_t> ()))
47 hb_set_t *
50 static const hb_set_t _hb_set_nil = {
57 return const_cast<hb_set_t *> (&_hb_set_nil);
60 hb_set_t *
61 hb_set_reference (hb_set_t *set)
67 hb_set_destroy (hb_set_t *set)
77 hb_set_set_user_data (hb_set_t *set
    [all...]
hb-ot.h 44 hb_set_t *glyphs);
hb-ot-layout.h 68 hb_set_t *glyphs /* OUT */);
188 hb_set_t *lookup_indexes /* OUT */);
193 hb_set_t *lookup_indexes /* OUT */);
199 hb_set_t *glyphs_before, /* OUT. May be NULL */
200 hb_set_t *glyphs_input, /* OUT. May be NULL */
201 hb_set_t *glyphs_after, /* OUT. May be NULL */
202 hb_set_t *glyphs_output /* OUT. May be NULL */);
248 hb_set_t *glyphs
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)
hb-ot-shape-private.hh 45 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
hb-ot-layout.cc 133 hb_set_t *glyphs /* OUT */)
413 hb_set_t *lookup_indexes /* OUT */)
440 hb_set_t *lookup_indexes /* OUT */)
503 hb_set_t *lookup_indexes /* OUT */)
553 hb_set_t *lookup_indexes /* OUT */)
592 hb_set_t *glyphs_before, /* OUT. May be NULL */
593 hb_set_t *glyphs_input, /* OUT. May be NULL */
594 hb_set_t *glyphs_after, /* OUT. May be NULL */
595 hb_set_t *glyphs_output /* OUT. May be NULL */)
690 hb_set_t *glyphs
    [all...]
hb-ot-layout-common-private.hh 141 inline bool intersects (const hb_set_t *glyphs) const {
657 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
743 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
843 inline bool intersects (const hb_set_t *glyphs) const {
853 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
957 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
1000 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
1038 inline void add_class (hb_set_t *glyphs, unsigned int klass) const {
1046 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
    [all...]
hb-ot-layout-gsubgpos-private.hh 78 hb_set_t *glyphs;
84 hb_set_t *glyphs_,
166 hb_set_t *old_before = before;
167 hb_set_t *old_input = input;
168 hb_set_t *old_after = after;
183 hb_set_t *before;
184 hb_set_t *input;
185 hb_set_t *after;
186 hb_set_t *output;
192 hb_set_t *glyphs_before, /* OUT. May be NULL *
    [all...]
hb-ot-shape.cc 594 hb_set_t *lookup_indexes /* OUT */)
607 hb_set_t *glyphs)
626 hb_set_t *glyphs)
640 hb_set_t lookups;
645 hb_set_t copy;
hb-ot-map-private.hh 120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
  /external/harfbuzz_ng/test/api/
test-set.c 33 test_empty (hb_set_t *s)
45 test_not_empty (hb_set_t *s)
58 hb_set_t *s = hb_set_create ();
94 hb_set_t *s = hb_set_create ();
95 hb_set_t *o = hb_set_create ();
156 hb_set_t *s = hb_set_create ();
200 hb_set_t *b = hb_set_get_empty ();
  /external/harfbuzz_ng/util/
hb-ot-shape-closure.cc 105 hb_set_t *glyphs;

Completed in 1259 milliseconds

1 2