Searched refs:hb_collect_glyphs_context_t (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 60 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 161 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 307 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 383 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 499 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 569 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 701 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 807 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 905 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1099 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() [all …]
|
D | hb-ot-layout-gsubgpos.hh | 153 struct hb_collect_glyphs_context_t : struct 154 hb_dispatch_context_t<hb_collect_glyphs_context_t, hb_void_t, HB_DEBUG_COLLECT_GLYPHS> 157 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index); argument 209 hb_collect_glyphs_context_t (hb_face_t *face_, in hb_collect_glyphs_context_t() argument 224 ~hb_collect_glyphs_context_t () { hb_set_destroy (recursed_lookups); } in ~hb_collect_glyphs_context_t() argument 730 static inline void collect_array (hb_collect_glyphs_context_t *c HB_UNUSED, in collect_array() 1243 static inline void context_collect_glyphs_lookup (hb_collect_glyphs_context_t *c, in context_collect_glyphs_lookup() 1308 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs() 1385 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs() 1475 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() [all …]
|
D | hb-ot-layout-gpos-table.hh | 474 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 529 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 642 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs() 744 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 821 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 973 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1139 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1261 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1382 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1586 hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
|
D | hb-ot-layout.cc | 883 OT::hb_collect_glyphs_context_t c (face, in hb_ot_layout_lookup_collect_glyphs()
|