Lines Matching refs:hb_set_t
53 const hb_set_t *glyphs;
56 hb_intersects_context_t (const hb_set_t *glyphs_) : in hb_intersects_context_t()
94 hb_set_t *glyphs;
95 hb_set_t output[1];
101 hb_set_t *glyphs_, in hb_closure_context_t()
183 hb_set_t *old_before = before; in recurse()
184 hb_set_t *old_input = input; in recurse()
185 hb_set_t *old_after = after; in recurse()
200 hb_set_t *before;
201 hb_set_t *input;
202 hb_set_t *after;
203 hb_set_t *output;
205 hb_set_t *recursed_lookups;
210 hb_set_t *glyphs_before, /* OUT. May be NULL */ in hb_collect_glyphs_context_t()
211 hb_set_t *glyphs_input, /* OUT. May be NULL */ in hb_collect_glyphs_context_t()
212 hb_set_t *glyphs_after, /* OUT. May be NULL */ in hb_collect_glyphs_context_t()
213 hb_set_t *glyphs_output, /* OUT. May be NULL */ in hb_collect_glyphs_context_t()
676 typedef bool (*intersects_func_t) (const hb_set_t *glyphs, const HBUINT16 &value, const void *data);
677 typedef void (*collect_glyphs_func_t) (hb_set_t *glyphs, const HBUINT16 &value, const void *data);
694 static inline bool intersects_glyph (const hb_set_t *glyphs, const HBUINT16 &value, const void *dat… in intersects_glyph()
698 static inline bool intersects_class (const hb_set_t *glyphs, const HBUINT16 &value, const void *dat… in intersects_class()
703 static inline bool intersects_coverage (const hb_set_t *glyphs, const HBUINT16 &value, const void *… in intersects_coverage()
709 static inline bool intersects_array (const hb_set_t *glyphs, in intersects_array()
721 static inline void collect_glyph (hb_set_t *glyphs, const HBUINT16 &value, const void *data HB_UNUS… in collect_glyph()
725 static inline void collect_class (hb_set_t *glyphs, const HBUINT16 &value, const void *data) in collect_class()
730 static inline void collect_coverage (hb_set_t *glyphs, const HBUINT16 &value, const void *data) in collect_coverage()
736 hb_set_t *glyphs, in collect_array()
1226 static inline bool context_intersects (const hb_set_t *glyphs, in context_intersects()
1297 bool intersects (const hb_set_t *glyphs, ContextClosureLookupContext &lookup_context) const in intersects()
1373 bool intersects (const hb_set_t *glyphs, in intersects()
1445 bool intersects (const hb_set_t *glyphs) const in intersects()
1547 bool intersects (const hb_set_t *glyphs) const in intersects()
1668 bool intersects (const hb_set_t *glyphs) const in intersects()
1823 static inline bool chain_context_intersects (const hb_set_t *glyphs, in chain_context_intersects()
1938 bool intersects (const hb_set_t *glyphs, ChainContextClosureLookupContext &lookup_context) const in intersects()
2059 const hb_set_t &glyphset = *c->plan->glyphset (); in subset()
2112 bool intersects (const hb_set_t *glyphs, ChainContextClosureLookupContext &lookup_context) const in intersects()
2211 bool intersects (const hb_set_t *glyphs) const in intersects()
2287 const hb_set_t &glyphset = *c->plan->glyphset (); in subset()
2328 bool intersects (const hb_set_t *glyphs) const in intersects()
2529 bool intersects (const hb_set_t *glyphs) const in intersects()