Home
last modified time | relevance | path

Searched refs:codepoint_to_glyph (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-plan.cc101 hb_map_t *codepoint_to_glyph, in _populate_gids_to_retain() argument
124 codepoint_to_glyph->set (cp, gid); in _populate_gids_to_retain()
190 plan->codepoint_to_glyph = hb_map_create(); in hb_subset_plan_create()
196 plan->codepoint_to_glyph, in hb_subset_plan_create()
218 hb_map_destroy (plan->codepoint_to_glyph); in hb_subset_plan_destroy()
Dhb-subset-plan.hh51 hb_map_t *codepoint_to_glyph; member
61 hb_codepoint_t old_gid = codepoint_to_glyph->get (codepoint); in new_gid_for_codepoint()