Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-plan.cc41 hb_set_t *gids_to_retain) in _add_cff_seac_components() argument
46 gids_to_retain->add (base_gid); in _add_cff_seac_components()
47 gids_to_retain->add (accent_gid); in _add_cff_seac_components()
54 _gsub_closure (hb_face_t *face, hb_set_t *gids_to_retain) in _gsub_closure() argument
65 gids_to_retain); in _gsub_closure()
Dhb-ot-glyf-table.hh1029 add_gid_and_children (hb_codepoint_t gid, hb_set_t *gids_to_retain, in add_gid_and_children()
1034 if (gids_to_retain->has (gid)) return; in add_gid_and_children()
1036 gids_to_retain->add (gid); in add_gid_and_children()
1039 add_gid_and_children (item.glyphIndex, gids_to_retain, depth); in add_gid_and_children()