Searched refs:glyph_map (Results 1 – 4 of 4) sorted by relevance
160 hb_map_t *glyph_map) in _create_old_gid_to_new_gid_map() argument163 glyph_map->set (glyphs[i], i); in _create_old_gid_to_new_gid_map()191 plan->glyph_map = hb_map_create(); in hb_subset_plan_create()199 plan->glyph_map); in hb_subset_plan_create()219 hb_map_destroy (plan->glyph_map); in hb_subset_plan_destroy()
52 hb_map_t *glyph_map; member71 hb_codepoint_t gid = glyph_map->get (old_gid); in new_gid_for_old_gid()
111 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset() local118 from.push ()->set (glyph_map[iter.get_glyph ()]); in subset()119 to.push ()->set (glyph_map[(iter.get_glyph () + delta) & 0xFFFF]); in subset()210 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset() local216 from.push ()->set (glyph_map[iter.get_glyph ()]); in subset()217 to.push ()->set (glyph_map[substitute[iter.get_coverage ()]]); in subset()
1226 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset() local1237 glyphs.push()->set (glyph_map[g]); in subset()1373 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset() local1387 glyphs.push ()->set (glyph_map[g]); in subset()