Home
last modified time | relevance | path

Searched refs:hb_ot_map_t (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map-private.hh39 struct hb_ot_map_t struct
76 hb_ot_map_t (void) { memset (this, 0, sizeof (*this)); } in hb_ot_map_t() argument
180 inline void add_gsub_pause (hb_ot_map_t::pause_func_t pause_func) in add_gsub_pause()
182 inline void add_gpos_pause (hb_ot_map_t::pause_func_t pause_func) in add_gpos_pause()
185 HB_INTERNAL void compile (struct hb_ot_map_t &m);
212 hb_ot_map_t::pause_func_t pause_func;
215 HB_INTERNAL void add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func);
Dhb-ot-map.cc35 hb_ot_map_t::add_lookups (hb_face_t *face, in add_lookups()
60 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push (); in add_lookups()
113 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const in collect_lookups()
119 void hb_ot_map_builder_t::add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func) in add_pause()
131 hb_ot_map_builder_t::compile (hb_ot_map_t &m) in compile()
230 hb_ot_map_t::feature_map_t *map = m.features.push (); in compile()
302 hb_ot_map_t::stage_map_t *stage_map = m.stages[table_index].push (); in compile()
Dhb-ot-shape-private.hh41 hb_ot_map_t map;
Dhb-ot-layout.cc1088 inline void hb_ot_map_t::apply (const Proxy &proxy, in apply()
1121 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer)… in substitute()
1127 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) c… in position()
Dhb-ot-shape.cc388 hb_ot_map_t *map = &c->plan->map; in hb_ot_shape_initialize_masks()
398 hb_ot_map_t *map = &c->plan->map; in hb_ot_shape_setup_masks()
Dhb-ot-shape-complex-indic.cc463 inline void init (const hb_ot_map_t *map, hb_tag_t feature_tag, bool zero_context_) in init()
482 const hb_ot_map_t::lookup_map_t *lookups;