Searched refs:hb_closure_context_t (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 49 void closure (hb_closure_context_t *c) const in closure() 148 void closure (hb_closure_context_t *c) const in closure() 306 void closure (hb_closure_context_t *c) const in closure() 388 void closure (hb_closure_context_t *c) const in closure() 523 void closure (hb_closure_context_t *c) const in closure() 599 void closure (hb_closure_context_t *c) const in closure() 734 void closure (hb_closure_context_t *c) const in closure() 858 void closure (hb_closure_context_t *c) const in closure() 959 void closure (hb_closure_context_t *c) const in closure() 1146 void closure (hb_closure_context_t *c) const in closure() [all …]
|
D | hb-ot-layout-gsubgpos.hh | 61 struct hb_closure_context_t : struct 62 hb_dispatch_context_t<hb_closure_context_t, hb_empty_t, 0> 65 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index); argument 100 hb_closure_context_t (hb_face_t *face_, in hb_closure_context_t() argument 111 ~hb_closure_context_t () { flush (); } in ~hb_closure_context_t() argument 1236 static inline void context_closure_lookup (hb_closure_context_t *c, in context_closure_lookup() 1304 void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const in closure() 1384 void closure (hb_closure_context_t *c, in closure() 1462 void closure (hb_closure_context_t *c) const in closure() 1568 void closure (hb_closure_context_t *c) const in closure() [all …]
|
D | hb-ot-layout.cc | 1465 OT::hb_closure_context_t c (face, glyphs, &done_lookups); in hb_ot_layout_lookup_substitute_closure() 1489 OT::hb_closure_context_t c (face, glyphs, &done_lookups); in hb_ot_layout_lookups_substitute_closure()
|