Home
last modified time | relevance | path

Searched refs:reverse_glyph_map (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-post-table-v2subset.hh74 const hb_map_t &reverse_glyph_map = *c->plan->reverse_glyph_map; in subset() local
84 hb_codepoint_t old_gid = reverse_glyph_map.get (new_gid); in subset()
124 | hb_map (reverse_glyph_map) in subset()
Dhb-subset-plan.hh63 hb_map_destroy (reverse_glyph_map); in ~hb_subset_plan_t()
146 hb_map_t *reverse_glyph_map; member
310 hb_codepoint_t gid = reverse_glyph_map->get (new_gid); in old_gid_for_new_gid()
Dhb-subset-plan.cc714 hb_map_t *reverse_glyph_map, /* OUT */ in _create_old_gid_to_new_gid_map() argument
718 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()
Dhb-ot-hdmx-table.hh133 | hb_map (c->plan->reverse_glyph_map) in subset()
Dhb-ot-color-colr-table.hh1505 const hb_map_t &reverse_glyph_map = *c->plan->reverse_glyph_map; in subset() local
1512 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()