Home | History | Annotate | Download | only in src

Lines Matching refs:map

32 #include "hb-ot-map-private.hh"
42 hb_ot_map_t map;
53 map.collect_lookups (table_index, lookups);
55 inline void substitute (hb_font_t *font, hb_buffer_t *buffer) const { map.substitute (this, font, buffer); }
56 inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buffer); }
58 void finish (void) { map.finish (); }
67 hb_ot_map_builder_t map;
73 map (face, &props) {}
74 ~hb_ot_shape_planner_t (void) { map.finish (); }
80 map.compile (plan.map);