Searched refs:hb_apply_context_t (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 106 void apply_value (hb_apply_context_t *c, in apply_value() 235 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor() 259 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor() 291 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id HB_UNUSED, in get_anchor() 328 inline void get_anchor (hb_apply_context_t *c, hb_codepoint_t glyph_id, in get_anchor() 416 inline bool apply (hb_apply_context_t *c, in apply() 472 inline bool apply (hb_apply_context_t *c) const in apply() 520 inline bool apply (hb_apply_context_t *c) const in apply() 617 inline bool apply (hb_apply_context_t *c, in apply() 701 inline bool apply (hb_apply_context_t *c) const in apply() [all …]
|
D | hb-ot-layout-gsubgpos-private.hh | 263 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 478 hb_apply_context_t (unsigned int table_index_, in hb_apply_context_t() function 703 static inline bool match_input (hb_apply_context_t *c, in match_input() 719 hb_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input; in match_input() 787 static inline bool ligate_input (hb_apply_context_t *c, in ligate_input() [all …]
|
D | hb-ot-layout-gsub-table.hh | 79 inline bool apply (hb_apply_context_t *c) const in apply() 164 inline bool apply (hb_apply_context_t *c) const in apply() 277 inline bool apply (hb_apply_context_t *c) const in apply() 368 inline bool apply (hb_apply_context_t *c) const in apply() 502 inline bool apply (hb_apply_context_t *c) const in apply() 637 inline bool apply (hb_apply_context_t *c) const in apply() 739 inline bool apply (hb_apply_context_t *c) const in apply() 830 inline bool apply (hb_apply_context_t *c) const in apply() 1005 inline bool apply (hb_apply_context_t *c) const in apply() 1159 inline bool apply (hb_apply_context_t *c) const in apply() [all …]
|
D | hb-ot-layout.cc | 1030 static inline bool apply_to (const void *obj, OT::hb_apply_context_t *c) in apply_to() 1036 typedef bool (*hb_apply_func_t) (const void *obj, OT::hb_apply_context_t *c); 1046 inline bool apply (OT::hb_apply_context_t *c) const { return apply_func (obj, c); } in apply() 1077 apply_forward (OT::hb_apply_context_t *c, in apply_forward() 1107 apply_backward (OT::hb_apply_context_t *c, in apply_backward() 1136 apply_string (OT::hb_apply_context_t *c, in apply_string() 1187 OT::hb_apply_context_t c (table_index, font, buffer); in apply() 1226 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c, in hb_ot_layout_substitute_lookup()
|
D | hb-ot-layout-private.hh | 93 struct hb_apply_context_t; 98 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c,
|
D | hb-ot-shape-fallback.cc | 442 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()
|
D | hb-ot-shape-complex-arabic-fallback.hh | 343 OT::hb_apply_context_t c (0, font, buffer); in arabic_fallback_plan_shape()
|