Searched refs:hb_collect_glyphs_context_t (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos-private.hh | 135 struct hb_collect_glyphs_context_t : struct 136 hb_dispatch_context_t<hb_collect_glyphs_context_t, hb_void_t, HB_DEBUG_COLLECT_GLYPHS> 139 typedef return_t (*recurse_func_t) (hb_collect_glyphs_context_t *c, unsigned int lookup_index); argument 194 hb_collect_glyphs_context_t (hb_face_t *face_, in hb_collect_glyphs_context_t() function 212 ~hb_collect_glyphs_context_t (void) in ~hb_collect_glyphs_context_t() argument 659 static inline void collect_array (hb_collect_glyphs_context_t *c HB_UNUSED, in collect_array() 1074 static inline void context_collect_glyphs_lookup (hb_collect_glyphs_context_t *c, in context_collect_glyphs_lookup() 1130 …inline void collect_glyphs (hb_collect_glyphs_context_t *c, ContextCollectGlyphsLookupContext &loo… in collect_glyphs() 1188 …inline void collect_glyphs (hb_collect_glyphs_context_t *c, ContextCollectGlyphsLookupContext &loo… in collect_glyphs() 1256 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() [all …]
|
D | hb-ot-layout-gsub-table.hh | 51 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 129 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 255 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 333 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 455 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 592 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 695 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 774 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 935 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1137 inline hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() [all …]
|
D | hb-ot-layout-gpos-table.hh | 457 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 506 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 597 inline void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs() 686 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 752 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 904 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1061 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1162 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1275 inline void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs() 1468 inline hb_collect_glyphs_context_t::return_t collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()
|
D | hb-ot-layout.cc | 732 OT::hb_collect_glyphs_context_t c (face, in hb_ot_layout_lookup_collect_glyphs()
|