• Home
  • Raw
  • Download

Lines Matching refs:hb_set_t

63   hb_set_t *glyphs;
69 hb_set_t *glyphs_, in hb_closure_context_t()
139 hb_set_t *old_before = before; in recurse()
140 hb_set_t *old_input = input; in recurse()
141 hb_set_t *old_after = after; in recurse()
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;
168 hb_set_t *glyphs_before, /* OUT. May be nullptr */ in hb_collect_glyphs_context_t()
169 hb_set_t *glyphs_input, /* OUT. May be nullptr */ in hb_collect_glyphs_context_t()
170 hb_set_t *glyphs_after, /* OUT. May be nullptr */ in hb_collect_glyphs_context_t()
171 hb_set_t *glyphs_output, /* OUT. May be nullptr */ in hb_collect_glyphs_context_t()
571 typedef bool (*intersects_func_t) (hb_set_t *glyphs, const UINT16 &value, const void *data);
572 typedef void (*collect_glyphs_func_t) (hb_set_t *glyphs, const UINT16 &value, const void *data);
589 static inline bool intersects_glyph (hb_set_t *glyphs, const UINT16 &value, const void *data HB_UNU… in intersects_glyph()
593 static inline bool intersects_class (hb_set_t *glyphs, const UINT16 &value, const void *data) in intersects_class()
598 static inline bool intersects_coverage (hb_set_t *glyphs, const UINT16 &value, const void *data) in intersects_coverage()
617 static inline void collect_glyph (hb_set_t *glyphs, const UINT16 &value, const void *data HB_UNUSED) in collect_glyph()
621 static inline void collect_class (hb_set_t *glyphs, const UINT16 &value, const void *data) in collect_class()
626 static inline void collect_coverage (hb_set_t *glyphs, const UINT16 &value, const void *data) in collect_coverage()
632 hb_set_t *glyphs, in collect_array()