Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsubgpos.hh255 struct hb_ot_apply_context_t : struct
256 hb_dispatch_context_t<hb_ot_apply_context_t, bool, HB_DEBUG_APPLY>
307 may_skip_t may_skip (const hb_ot_apply_context_t *c, in may_skip()
333 void init (hb_ot_apply_context_t *c_, bool context_match = false) in init()
429 hb_ot_apply_context_t *c;
439 typedef return_t (*recurse_func_t) (hb_ot_apply_context_t *c, unsigned int lookup_index); argument
480 hb_ot_apply_context_t (unsigned int table_index_, in hb_ot_apply_context_t() argument
622 HB_INTERNAL static bool apply_to (const void *obj, OT::hb_ot_apply_context_t *c) in apply_to() argument
628 typedef bool (*hb_apply_func_t) (const void *obj, OT::hb_ot_apply_context_t *c);
641 bool apply (OT::hb_ot_apply_context_t *c) const in apply()
[all …]
Dhb-ot-layout-gpos-table.hh104 bool apply_value (hb_ot_apply_context_t *c, in apply_value()
247 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor()
277 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
322 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor()
370 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
471 bool apply (hb_ot_apply_context_t *c, in apply()
525 bool apply (hb_ot_apply_context_t *c) const in apply()
608 bool apply (hb_ot_apply_context_t *c) const in apply()
819 bool apply (hb_ot_apply_context_t *c, in apply()
948 bool apply (hb_ot_apply_context_t *c) const in apply()
[all …]
Dhb-kern.hh52 OT::hb_ot_apply_context_t c (1, font, buffer); in kern()
55 OT::hb_ot_apply_context_t::skipping_iterator_t &skippy_iter = c.iter_input; in kern()
Dhb-ot-layout-gsub-table.hh74 bool apply (hb_ot_apply_context_t *c) const in apply()
171 bool apply (hb_ot_apply_context_t *c) const in apply()
312 bool apply (hb_ot_apply_context_t *c) const in apply()
413 bool apply (hb_ot_apply_context_t *c) const in apply()
529 bool apply (hb_ot_apply_context_t *c) const in apply()
623 bool apply (hb_ot_apply_context_t *c) const in apply()
758 bool apply (hb_ot_apply_context_t *c) const in apply()
884 bool apply (hb_ot_apply_context_t *c) const in apply()
991 bool apply (hb_ot_apply_context_t *c) const in apply()
1185 bool apply (hb_ot_apply_context_t *c) const in apply()
[all …]
Dhb-ot-layout.cc1803 apply_forward (OT::hb_ot_apply_context_t *c, in apply_forward()
1827 apply_backward (OT::hb_ot_apply_context_t *c, in apply_backward()
1849 apply_string (OT::hb_ot_apply_context_t *c, in apply_string()
1896 OT::hb_ot_apply_context_t c (table_index, font, buffer); in apply()
1941 hb_ot_layout_substitute_lookup (OT::hb_ot_apply_context_t *c, in hb_ot_layout_substitute_lookup()
Dhb-ot-layout.hh110 struct hb_ot_apply_context_t;
116 hb_ot_layout_substitute_lookup (OT::hb_ot_apply_context_t *c,
Dhb-ot-shape-complex-arabic-fallback.hh337 OT::hb_ot_apply_context_t c (0, font, buffer); in arabic_fallback_plan_shape()