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

/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh39 struct hb_ot_map_t struct
82 hb_ot_map_t (void) { memset (this, 0, sizeof (*this)); } function in struct:hb_ot_map_t
181 inline void add_gsub_pause (hb_ot_map_t::pause_func_t pause_func)
183 inline void add_gpos_pause (hb_ot_map_t::pause_func_t pause_func)
186 HB_INTERNAL void compile (hb_ot_map_t &m,
200 HB_INTERNAL void add_lookups (hb_ot_map_t &m,
228 hb_ot_map_t::pause_func_t pause_func;
231 HB_INTERNAL void add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func);
H A Dhb-ot-map.cc34 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const
82 hb_ot_map_builder_t::add_lookups (hb_ot_map_t &m,
111 hb_ot_map_t::lookup_map_t *lookup = m.lookups[table_index].push ();
125 void hb_ot_map_builder_t::add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func)
137 hb_ot_map_builder_t::compile (hb_ot_map_t &m,
244 hb_ot_map_t::feature_map_t *map = m.features.push ();
327 hb_ot_map_t::stage_map_t *stage_map = m.stages[table_index].push ();
H A Dhb-ot-shape-private.hh41 hb_ot_map_t map;
H A Dhb-ot-layout.cc1208 inline void hb_ot_map_t::apply (const Proxy &proxy,
1242 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
1248 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
H A Dhb-ot-shape.cc418 hb_ot_map_t *map = &c->plan->map;
428 hb_ot_map_t *map = &c->plan->map;
H A Dhb-ot-shape-complex-indic.cc472 inline void init (const hb_ot_map_t *map, hb_tag_t feature_tag, bool zero_context_)
491 const hb_ot_map_t::lookup_map_t *lookups;

Completed in 101 milliseconds