HomeSort by relevance Sort by last modified time
    Searched refs:hb_apply_context_t (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 412 inline bool apply (hb_apply_context_t *c,
468 inline bool apply (hb_apply_context_t *c) const
517 inline bool apply (hb_apply_context_t *c) const
614 inline bool apply (hb_apply_context_t *c,
700 inline bool apply (hb_apply_context_t *c) const
707 hb_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input;
773 inline bool apply (hb_apply_context_t *c) const
780 hb_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input;
915 inline bool apply (hb_apply_context_t *c) const
923 hb_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input
    [all...]
hb-ot-layout-gsubgpos-private.hh 263 struct hb_apply_context_t : struct in namespace:OT
264 hb_dispatch_context_t<hb_apply_context_t, bool, HB_DEBUG_APPLY>
316 may_skip (const hb_apply_context_t *c,
342 inline void init (hb_apply_context_t *c_, bool context_match = false)
434 hb_apply_context_t *c;
444 typedef return_t (*recurse_func_t) (hb_apply_context_t *c, unsigned int lookup_index);
477 hb_apply_context_t (unsigned int table_index_, function in struct:OT::hb_apply_context_t
701 static inline bool match_input (hb_apply_context_t *c,
717 hb_apply_context_t::skipping_iterator_t &skippy_iter = c->iter_input;
785 static inline bool ligate_input (hb_apply_context_t *c
    [all...]
hb-ot-layout-gsub-table.hh 73 inline bool apply (hb_apply_context_t *c) const
150 inline bool apply (hb_apply_context_t *c) const
263 inline bool apply (hb_apply_context_t *c) const
353 inline bool apply (hb_apply_context_t *c) const
479 inline bool apply (hb_apply_context_t *c) const
614 inline bool apply (hb_apply_context_t *c) const
716 inline bool apply (hb_apply_context_t *c) const
799 inline bool apply (hb_apply_context_t *c) const
970 inline bool apply (hb_apply_context_t *c) const
    [all...]
hb-ot-layout.cc 938 static inline bool apply_to (const void *obj, OT::hb_apply_context_t *c)
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); }
985 apply_forward (OT::hb_apply_context_t *c,
1015 apply_backward (OT::hb_apply_context_t *c,
1044 apply_string (OT::hb_apply_context_t *c,
1095 OT::hb_apply_context_t c (table_index, font, buffer);
1134 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c,
hb-ot-layout-private.hh 92 struct hb_apply_context_t;
97 hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c,
hb-ot-shape-fallback.cc 442 OT::hb_apply_context_t c (1, font, buffer);
445 OT::hb_apply_context_t::skipping_iterator_t &skippy_iter = c.iter_input;
hb-ot-shape-complex-arabic-fallback.hh 343 OT::hb_apply_context_t c (0, font, buffer);

Completed in 58 milliseconds