Home
last modified time | relevance | path

Searched refs:glyph_map (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-plan.cc160 hb_map_t *glyph_map) in _create_old_gid_to_new_gid_map() argument
163 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()
Dhb-subset-plan.hh52 hb_map_t *glyph_map; member
71 hb_codepoint_t gid = glyph_map->get (old_gid); in new_gid_for_old_gid()
Dhb-ot-layout-gsub-table.hh111 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset() local
118 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() local
216 from.push ()->set (glyph_map[iter.get_glyph ()]); in subset()
217 to.push ()->set (glyph_map[substitute[iter.get_coverage ()]]); in subset()
Dhb-ot-layout-common.hh1226 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset() local
1237 glyphs.push()->set (glyph_map[g]); in subset()
1373 const hb_map_t &glyph_map = *c->plan->glyph_map; in subset() local
1387 glyphs.push ()->set (glyph_map[g]); in subset()