Home
last modified time | relevance | path

Searched refs:hb_closure_context_t (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh40 inline void closure (hb_closure_context_t *c) const in closure()
119 inline void closure (hb_closure_context_t *c) const in closure()
247 inline void closure (hb_closure_context_t *c) const in closure()
323 inline void closure (hb_closure_context_t *c) const in closure()
441 inline void closure (hb_closure_context_t *c) const in closure()
582 inline void closure (hb_closure_context_t *c) const in closure()
687 inline void closure (hb_closure_context_t *c) const in closure()
764 inline void closure (hb_closure_context_t *c) const in closure()
910 inline void closure (hb_closure_context_t *c) const in closure()
1130 inline hb_closure_context_t::return_t closure (hb_closure_context_t *c) const in closure()
[all …]
Dhb-ot-layout-gsubgpos-private.hh49 struct hb_closure_context_t : struct
50 hb_dispatch_context_t<hb_closure_context_t, hb_void_t, HB_DEBUG_CLOSURE>
53 typedef return_t (*recurse_func_t) (hb_closure_context_t *c, unsigned int lookup_index); argument
75 hb_closure_context_t (hb_face_t *face_, in hb_closure_context_t() argument
632 static inline bool intersects_array (hb_closure_context_t *c, in intersects_array()
1060 static inline void context_closure_lookup (hb_closure_context_t *c, in context_closure_lookup()
1120 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const in closure()
1180 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const in closure()
1237 inline void closure (hb_closure_context_t *c) const in closure()
1324 inline void closure (hb_closure_context_t *c) const in closure()
[all …]
Dhb-ot-layout.cc813 OT::hb_closure_context_t c (face, glyphs); in hb_ot_layout_lookup_substitute_closure()