Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-plan.cc135 hb_set_t *all_gids_to_retain = hb_set_create (); in _populate_gids_to_retain() local
138 _add_gid_and_children (glyf, gid, all_gids_to_retain); in _populate_gids_to_retain()
140 _add_cff_seac_components (cff, gid, all_gids_to_retain); in _populate_gids_to_retain()
144 _remove_invalid_gids (all_gids_to_retain, face->get_num_glyphs ()); in _populate_gids_to_retain()
146 glyphs->alloc (all_gids_to_retain->get_population ()); in _populate_gids_to_retain()
148 while (all_gids_to_retain->next (&gid)) in _populate_gids_to_retain()
155 return all_gids_to_retain; in _populate_gids_to_retain()