Searched refs:reverse_glyph_map (Results 1 – 5 of 5) sorted by relevance
74 const hb_map_t &reverse_glyph_map = *c->plan->reverse_glyph_map; in subset() local84 hb_codepoint_t old_gid = reverse_glyph_map.get (new_gid); in subset()124 | hb_map (reverse_glyph_map) in subset()
63 hb_map_destroy (reverse_glyph_map); in ~hb_subset_plan_t()146 hb_map_t *reverse_glyph_map; member310 hb_codepoint_t gid = reverse_glyph_map->get (new_gid); in old_gid_for_new_gid()
714 hb_map_t *reverse_glyph_map, /* OUT */ in _create_old_gid_to_new_gid_map() argument718 reverse_glyph_map->resize (pop); in _create_old_gid_to_new_gid_map()724 | hb_sink (reverse_glyph_map) in _create_old_gid_to_new_gid_map()726 *num_glyphs = reverse_glyph_map->get_population (); in _create_old_gid_to_new_gid_map()734 | hb_sink (reverse_glyph_map) in _create_old_gid_to_new_gid_map()743 + reverse_glyph_map->iter () in _create_old_gid_to_new_gid_map()855 plan->reverse_glyph_map = hb_map_create (); in hb_subset_plan_create_or_fail()933 plan->reverse_glyph_map, in hb_subset_plan_create_or_fail()1029 return plan->reverse_glyph_map; in hb_subset_plan_new_to_old_glyph_mapping()
133 | hb_map (c->plan->reverse_glyph_map) in subset()
1505 const hb_map_t &reverse_glyph_map = *c->plan->reverse_glyph_map; in subset() local1512 hb_codepoint_t old_gid = reverse_glyph_map.get (new_gid); in subset()1518 hb_codepoint_t old_gid = reverse_glyph_map.get (new_gid); in subset()1534 | hb_map (reverse_glyph_map) in subset()