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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc 35 hb_ot_map_t::add_lookups (hb_face_t *face,
54 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
105 inline void hb_ot_map_t::apply (unsigned int table_index,
138 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
143 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
149 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const
155 void hb_ot_map_builder_t::add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func)
167 hb_ot_map_builder_t::compile (hb_ot_map_t &m)
234 hb_ot_map_t::feature_map_t *map = m.features.push ();
308 hb_ot_map_t::stage_map_t *stage_map = m.stages[table_index].push ()
    [all...]
hb-ot-map-private.hh 39 struct hb_ot_map_t struct
76 hb_ot_map_t (void) { memset (this, 0, sizeof (*this)); } function in struct:hb_ot_map_t
194 inline void add_gsub_pause (hb_ot_map_t::pause_func_t pause_func)
196 inline void add_gpos_pause (hb_ot_map_t::pause_func_t pause_func)
199 HB_INTERNAL void compile (struct hb_ot_map_t &m);
225 hb_ot_map_t::pause_func_t pause_func;
228 HB_INTERNAL void add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func);
hb-ot-shape-private.hh 41 hb_ot_map_t map;
hb-ot-shape.cc 318 hb_ot_map_t *map = &c->plan->map;
hb-ot-shape-complex-indic.cc 453 inline void init (const hb_ot_map_t *map, hb_tag_t feature_tag)
472 const hb_ot_map_t::lookup_map_t *lookups;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 39 struct hb_ot_map_t struct
76 hb_ot_map_t (void) { memset (this, 0, sizeof (*this)); } function in struct:hb_ot_map_t
189 inline void add_gsub_pause (hb_ot_map_t::pause_func_t pause_func)
191 inline void add_gpos_pause (hb_ot_map_t::pause_func_t pause_func)
194 HB_INTERNAL void compile (struct hb_ot_map_t &m);
218 hb_ot_map_t::pause_func_t callback;
221 HB_INTERNAL void add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func);
hb-ot-map.cc 33 hb_ot_map_t::add_lookups (hb_face_t *face,
52 hb_ot_map_t::lookup_map_t *lookup = lookups[table_index].push ();
105 void hb_ot_map_t::substitute (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
130 void hb_ot_map_t::position (const hb_ot_shape_plan_t *plan, hb_font_t *font, hb_buffer_t *buffer) const
152 void hb_ot_map_t::collect_lookups (unsigned int table_index, hb_set_t *lookups_out) const
158 void hb_ot_map_builder_t::add_pause (unsigned int table_index, hb_ot_map_t::pause_func_t pause_func)
170 hb_ot_map_builder_t::compile (hb_ot_map_t &m)
237 hb_ot_map_t::feature_map_t *map = m.features.push ();
311 hb_ot_map_t::pause_map_t *pause_map = m.pauses[table_index].push ();
hb-ot-shape-private.hh 42 hb_ot_map_t map;
hb-ot-shape.cc 318 hb_ot_map_t *map = &c->plan->map;
hb-ot-shape-complex-indic.cc 453 inline void init (const hb_ot_map_t *map, hb_tag_t feature_tag)
472 const hb_ot_map_t::lookup_map_t *lookups;
    [all...]

Completed in 1167 milliseconds