Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh50 hb_aat_apply_context_t *c) in kerxTupleKern()
96 hb_aat_apply_context_t *c = nullptr) const in get_kerning()
103 bool apply (hb_aat_apply_context_t *c) const in apply()
123 hb_aat_apply_context_t *c;
126 hb_aat_apply_context_t *c_) : in accelerator_t()
220 hb_aat_apply_context_t *c_) : in driver_context_t()
342 hb_aat_apply_context_t *c;
350 bool apply (hb_aat_apply_context_t *c) const in apply()
389 hb_aat_apply_context_t *c) const in get_kerning()
404 bool apply (hb_aat_apply_context_t *c) const in apply()
[all …]
Dhb-aat-layout.cc150 AAT::hb_aat_apply_context_t::hb_aat_apply_context_t (const hb_ot_shape_plan_t *plan_, in hb_aat_apply_context_t() function in AAT::hb_aat_apply_context_t
170 AAT::hb_aat_apply_context_t::~hb_aat_apply_context_t () in ~hb_aat_apply_context_t()
174 AAT::hb_aat_apply_context_t::set_ankr_table (const AAT::ankr *ankr_table_, in set_ankr_table()
230 AAT::hb_aat_apply_context_t c (plan, font, buffer, morx_blob); in hb_aat_layout_substitute()
239 AAT::hb_aat_apply_context_t c (plan, font, buffer, mort_blob); in hb_aat_layout_substitute()
292 AAT::hb_aat_apply_context_t c (plan, font, buffer, kerx_blob); in hb_aat_layout_position()
318 AAT::hb_aat_apply_context_t c (plan, font, buffer); in hb_aat_layout_track()
Dhb-aat-layout-morx-table.hh166 bool apply (hb_aat_apply_context_t *c) const in apply()
217 hb_aat_apply_context_t *c_) : in driver_context_t()
307 hb_aat_apply_context_t *c;
314 bool apply (hb_aat_apply_context_t *c) const in apply()
445 hb_aat_apply_context_t *c_) : in driver_context_t()
561 hb_aat_apply_context_t *c;
570 bool apply (hb_aat_apply_context_t *c) const in apply()
606 bool apply (hb_aat_apply_context_t *c) const in apply()
713 hb_aat_apply_context_t *c_) : in driver_context_t()
806 hb_aat_apply_context_t *c;
[all …]
Dhb-ot-kern-table.hh62 bool apply (AAT::hb_aat_apply_context_t *c) const in apply()
304 bool apply (AAT::hb_aat_apply_context_t *c) const in apply()
Dhb-aat-layout-common.hh813 struct hb_aat_apply_context_t : struct
814 hb_dispatch_context_t<hb_aat_apply_context_t, bool, HB_DEBUG_APPLY>
834 HB_INTERNAL hb_aat_apply_context_t (const hb_ot_shape_plan_t *plan_,
839 HB_INTERNAL ~hb_aat_apply_context_t ();
Dhb-aat-layout-trak-table.hh167 bool apply (hb_aat_apply_context_t *c) const in apply()
Dhb-ot-layout.cc91 AAT::hb_aat_apply_context_t c (plan, font, buffer, blob); in hb_ot_layout_kern()