Searched refs:codepoint_to_glyph (Results 1 – 2 of 2) sorted by relevance
661 plan->codepoint_to_glyph->set (cp, gid); in _fill_unicode_and_glyph_map()735 plan->codepoint_to_glyph->alloc (unicodes->get_population () + glyphs->get_population ()); in _populate_unicodes_to_retain()752 if (plan->codepoint_to_glyph->has (cp)) in _populate_unicodes_to_retain()765 plan->codepoint_to_glyph->alloc (cmap_unicodes->get_population ()); in _populate_unicodes_to_retain()1269 codepoint_to_glyph = hb_map_create (); in hb_subset_plan_t()1375 *codepoint_to_glyph, in hb_subset_plan_t()1391 hb_map_destroy (codepoint_to_glyph); in ~hb_subset_plan_t()1510 return plan->codepoint_to_glyph; in hb_subset_plan_unicode_to_old_glyph_mapping()
147 hb_map_t *codepoint_to_glyph; // Needs to be heap-allocated member255 hb_codepoint_t old_gid = codepoint_to_glyph->get (codepoint); in new_gid_for_codepoint()