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-gpos-table.hh104 bool apply_value (hb_ot_apply_context_t *c, in apply_value()
242 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor()
266 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
298 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor()
335 void get_anchor (hb_ot_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor()
425 bool apply (hb_ot_apply_context_t *c, in apply()
482 bool apply (hb_ot_apply_context_t *c) const in apply()
537 bool apply (hb_ot_apply_context_t *c) const in apply()
654 bool apply (hb_ot_apply_context_t *c, in apply()
755 bool apply (hb_ot_apply_context_t *c) const in apply()
[all …]
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
616 static bool apply_to (const void *obj, OT::hb_ot_apply_context_t *c) in apply_to() argument
622 typedef bool (*hb_apply_func_t) (const void *obj, OT::hb_ot_apply_context_t *c);
635 bool apply (OT::hb_ot_apply_context_t *c) const in apply()
[all …]
Dhb-ot-layout-gsub-table.hh81 bool apply (hb_ot_apply_context_t *c) const in apply()
182 bool apply (hb_ot_apply_context_t *c) const in apply()
313 bool apply (hb_ot_apply_context_t *c) const in apply()
400 bool apply (hb_ot_apply_context_t *c) const in apply()
505 bool apply (hb_ot_apply_context_t *c) const in apply()
590 bool apply (hb_ot_apply_context_t *c) const in apply()
721 bool apply (hb_ot_apply_context_t *c) const in apply()
828 bool apply (hb_ot_apply_context_t *c) const in apply()
930 bool apply (hb_ot_apply_context_t *c) const in apply()
1128 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.hh117 struct hb_ot_apply_context_t;
123 hb_ot_layout_substitute_lookup (OT::hb_ot_apply_context_t *c,
Dhb-ot-layout.cc1330 apply_forward (OT::hb_ot_apply_context_t *c, in apply_forward()
1354 apply_backward (OT::hb_ot_apply_context_t *c, in apply_backward()
1376 apply_string (OT::hb_ot_apply_context_t *c, in apply_string()
1423 OT::hb_ot_apply_context_t c (table_index, font, buffer); in apply()
1468 hb_ot_layout_substitute_lookup (OT::hb_ot_apply_context_t *c, in hb_ot_layout_substitute_lookup()
Dhb-ot-shape-complex-arabic-fallback.hh334 OT::hb_ot_apply_context_t c (0, font, buffer); in arabic_fallback_plan_shape()