hb-ot-layout-gsubgpos-private.hh | 78 hb_set_t *glyphs; member in struct:OT::hb_closure_context_t 87 glyphs (glyphs_), 104 "%d glyphs", c->len); 117 const hb_codepoint_t *glyphs; member in struct:OT::hb_would_apply_context_t 127 glyphs (glyphs_), 161 * glyphs in the recursion. If output is not requested, we can go home now. */ 593 typedef bool (*intersects_func_t) (hb_set_t *glyphs, const USHORT &value, const void *data); 594 typedef void (*collect_glyphs_func_t) (hb_set_t *glyphs, const USHORT &value, const void *data); 611 static inline bool intersects_glyph (hb_set_t *glyphs, const USHORT &value, const void *data HB_UNUSED) 613 return glyphs->has (value) [all...] |