Home
last modified time | relevance | path

Searched refs:hb_apply_context_t (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos-private.hh263 struct hb_apply_context_t : struct
264 hb_dispatch_context_t<hb_apply_context_t, bool, HB_DEBUG_APPLY>
316 may_skip (const hb_apply_context_t *c, in may_skip()
342 inline void init (hb_apply_context_t *c_, bool context_match = false) in init()
434 hb_apply_context_t *c;
444 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index); argument
477 hb_apply_context_t (unsigned int table_index_, in hb_apply_context_t() argument
701 static inline bool match_input (hb_apply_context_t *c, in match_input()
717 hb_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in match_input()
785 static inline bool ligate_input (hb_apply_context_t *c, in ligate_input()
[all …]
Dhb-ot-layout-gpos-table.hh412 inline bool apply (hb_apply_context_t *c, in apply()
468 inline bool apply (hb_apply_context_t *c) const in apply()
517 inline bool apply (hb_apply_context_t *c) const in apply()
614 inline bool apply (hb_apply_context_t *c, in apply()
700 inline bool apply (hb_apply_context_t *c) const in apply()
707 hb_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in apply()
773 inline bool apply (hb_apply_context_t *c) const in apply()
780 hb_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in apply()
915 inline bool apply (hb_apply_context_t *c) const in apply()
923 hb_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in apply()
[all …]
Dhb-ot-layout-gsub-table.hh73 inline bool apply (hb_apply_context_t *c) const in apply()
150 inline bool apply (hb_apply_context_t *c) const in apply()
263 inline bool apply (hb_apply_context_t *c) const in apply()
353 inline bool apply (hb_apply_context_t *c) const in apply()
479 inline bool apply (hb_apply_context_t *c) const in apply()
614 inline bool apply (hb_apply_context_t *c) const in apply()
716 inline bool apply (hb_apply_context_t *c) const in apply()
799 inline bool apply (hb_apply_context_t *c) const in apply()
970 inline bool apply (hb_apply_context_t *c) const in apply()
1124 inline bool apply (hb_apply_context_t *c) const in apply()
[all …]
Dhb-ot-layout.cc938 static inline bool apply_to (const void *obj, OT::hb_apply_context_t *c) in apply_to()
944 typedef bool (*hb_apply_func_t) (const void *obj, OT::hb_apply_context_t *c);
954 inline bool apply (OT::hb_apply_context_t *c) const { return apply_func (obj, c); } in apply()
985 apply_forward (OT::hb_apply_context_t *c, in apply_forward()
1015 apply_backward (OT::hb_apply_context_t *c, in apply_backward()
1044 apply_string (OT::hb_apply_context_t *c, in apply_string()
1095 OT::hb_apply_context_t c (table_index, font, buffer); in apply()
1134 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c, in hb_ot_layout_substitute_lookup()
Dhb-ot-layout-private.hh92 struct hb_apply_context_t;
97 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c,
Dhb-ot-shape-fallback.cc442 OT::hb_apply_context_t c (1, font, buffer); in _hb_ot_shape_fallback_kern()
445 OT::hb_apply_context_t::skipping_iterator_t &skippy_iter = c.iter_input; in _hb_ot_shape_fallback_kern()
Dhb-ot-shape-complex-arabic-fallback.hh343 OT::hb_apply_context_t c (0, font, buffer); in arabic_fallback_plan_shape()