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()
125 inline void closure (hb_closure_context_t *c) const in closure()
261 inline void closure (hb_closure_context_t *c) const in closure()
334 inline void closure (hb_closure_context_t *c) const in closure()
456 inline void closure (hb_closure_context_t *c) const in closure()
605 inline void closure (hb_closure_context_t *c) const in closure()
710 inline void closure (hb_closure_context_t *c) const in closure()
787 inline void closure (hb_closure_context_t *c) const in closure()
941 inline void closure (hb_closure_context_t *c) const in closure()
1165 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() function
634 static inline bool intersects_array (hb_closure_context_t *c, in intersects_array()
1069 static inline void context_closure_lookup (hb_closure_context_t *c, in context_closure_lookup()
1129 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const in closure()
1189 inline void closure (hb_closure_context_t *c, ContextClosureLookupContext &lookup_context) const in closure()
1246 inline void closure (hb_closure_context_t *c) const in closure()
1333 inline void closure (hb_closure_context_t *c) const in closure()
[all …]
Dhb-ot-layout.cc905 OT::hb_closure_context_t c (face, glyphs); in hb_ot_layout_lookup_substitute_closure()