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

1 2

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-set.h 41 typedef struct hb_set_t hb_set_t; typedef in typeref:struct:hb_set_t
44 hb_set_t *
47 hb_set_t *
50 hb_set_t *
51 hb_set_reference (hb_set_t *set);
54 hb_set_destroy (hb_set_t *set);
57 hb_set_set_user_data (hb_set_t *set,
64 hb_set_get_user_data (hb_set_t *set,
70 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-ot-layout.h 69 hb_set_t *glyphs /* OUT */);
194 hb_set_t *lookup_indexes /* OUT */);
200 hb_set_t *glyphs_before, /* OUT. May be NULL */
201 hb_set_t *glyphs_input, /* OUT. May be NULL */
202 hb_set_t *glyphs_after, /* OUT. May be NULL */
203 hb_set_t *glyphs_output /* OUT. May be NULL */);
249 hb_set_t *glyphs
hb-set-private.hh 140 * hb_set_t
146 struct hb_set_t
213 inline bool is_equal (const hb_set_t *other) const
220 inline void set (const hb_set_t *other)
226 inline void union_ (const hb_set_t *other)
232 inline void intersect (const hb_set_t *other)
238 inline void subtract (const hb_set_t *other)
244 inline void symmetric_difference (const hb_set_t *other)
hb-ot-layout.cc 141 hb_set_t *glyphs /* OUT */)
439 hb_set_t *lookup_indexes /* OUT */)
466 hb_set_t *lookup_indexes /* OUT */)
529 hb_set_t *lookup_indexes /* OUT */)
579 hb_set_t *lookup_indexes /* OUT */)
618 hb_set_t *glyphs_before, /* OUT. May be NULL */
619 hb_set_t *glyphs_input, /* OUT. May be NULL */
620 hb_set_t *glyphs_after, /* OUT. May be NULL */
621 hb_set_t *glyphs_output /* OUT. May be NULL */)
700 hb_set_t *glyphs
    [all...]
hb-ot-layout-gsubgpos-private.hh 77 hb_set_t *glyphs;
83 hb_set_t *glyphs_,
171 hb_set_t *old_before = before;
172 hb_set_t *old_input = input;
173 hb_set_t *old_after = after;
188 hb_set_t *before;
189 hb_set_t *input;
190 hb_set_t *after;
191 hb_set_t *output;
197 hb_set_t *glyphs_before, /* OUT. May be NULL *
    [all...]
hb-ot-shape.cc 691 hb_set_t *lookup_indexes /* OUT */)
704 hb_set_t *glyphs)
723 hb_set_t *glyphs)
737 hb_set_t lookups;
742 hb_set_t copy;
hb-ot-layout-common-private.hh 141 inline bool intersects (const hb_set_t *glyphs) const {
658 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
744 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
844 inline bool intersects (const hb_set_t *glyphs) const {
854 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
958 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
1014 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
    [all...]
hb-ot-shape-private.hh 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
hb-ot-map-private.hh 120 HB_INTERNAL void collect_lookups (unsigned int table_index, hb_set_t *lookups) const;
  /external/harfbuzz_ng/src/
hb-set.h 41 typedef struct hb_set_t hb_set_t; typedef in typeref:struct:hb_set_t
44 hb_set_t *
47 hb_set_t *
50 hb_set_t *
51 hb_set_reference (hb_set_t *set);
54 hb_set_destroy (hb_set_t *set);
57 hb_set_set_user_data (hb_set_t *set,
64 hb_set_get_user_data (hb_set_t *set,
70 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-ot-layout.h 69 hb_set_t *glyphs /* OUT */);
202 hb_set_t *lookup_indexes /* OUT */);
208 hb_set_t *glyphs_before, /* OUT. May be NULL */
209 hb_set_t *glyphs_input, /* OUT. May be NULL */
210 hb_set_t *glyphs_after, /* OUT. May be NULL */
211 hb_set_t *glyphs_output /* OUT. May be NULL */);
257 hb_set_t *glyphs
hb-set-private.hh 140 * hb_set_t
146 struct hb_set_t
213 inline bool is_equal (const hb_set_t *other) const
220 inline void set (const hb_set_t *other)
226 inline void union_ (const hb_set_t *other)
232 inline void intersect (const hb_set_t *other)
238 inline void subtract (const hb_set_t *other)
244 inline void symmetric_difference (const hb_set_t *other)
hb-ot-layout.cc 141 hb_set_t *glyphs /* OUT */)
458 hb_set_t *lookup_indexes /* OUT */)
485 hb_set_t *lookup_indexes /* OUT */)
549 hb_set_t *lookup_indexes /* OUT */)
599 hb_set_t *lookup_indexes /* OUT */)
638 hb_set_t *glyphs_before, /* OUT. May be NULL */
639 hb_set_t *glyphs_input, /* OUT. May be NULL */
640 hb_set_t *glyphs_after, /* OUT. May be NULL */
641 hb_set_t *glyphs_output /* OUT. May be NULL */)
720 hb_set_t *glyphs
    [all...]
hb-ot-layout-gsubgpos-private.hh 77 hb_set_t *glyphs;
83 hb_set_t *glyphs_,
171 hb_set_t *old_before = before;
172 hb_set_t *old_input = input;
173 hb_set_t *old_after = after;
188 hb_set_t *before;
189 hb_set_t *input;
190 hb_set_t *after;
191 hb_set_t *output;
197 hb_set_t *glyphs_before, /* OUT. May be NULL *
    [all...]
hb-ot-layout-common-private.hh 142 inline bool intersects (const hb_set_t *glyphs) const {
659 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
745 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
845 inline bool intersects (const hb_set_t *glyphs) const {
855 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const {
959 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
1015 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const {
    [all...]
hb-ot-shape-private.hh 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const
hb-ot-shape.cc 738 hb_set_t *lookup_indexes /* OUT */)
751 hb_set_t *glyphs)
770 hb_set_t *glyphs)
785 hb_set_t lookups;
790 hb_set_t copy;
  /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 ();
101 hb_set_t *s = hb_set_create ();
102 hb_set_t *o = hb_set_create ();
165 hb_set_t *s = hb_set_create ();
211 hb_set_t *b = hb_set_get_empty ();
  /external/freetype/src/autofit/
hbshim.c 105 hb_set_t* gsub_lookups; /* GSUB lookups for a given script */
106 hb_set_t* gsub_glyphs; /* glyphs covered by GSUB lookups */
107 hb_set_t* gpos_lookups; /* GPOS lookups for a given script */
108 hb_set_t* gpos_glyphs; /* glyphs covered by GPOS lookups */
  /external/harfbuzz_ng/util/
hb-ot-shape-closure.cc 106 hb_set_t *glyphs;
  /external/harfbuzz_ng/docs/reference/
harfbuzz-sections.txt 414 hb_set_t

Completed in 581 milliseconds

1 2