Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-plan.cc38 hb_set_t *gids_to_retain) in _add_gid_and_children() argument
40 if (hb_set_has (gids_to_retain, gid)) in _add_gid_and_children()
44 hb_set_add (gids_to_retain, gid); in _add_gid_and_children()
51 _add_gid_and_children (glyf, (hb_codepoint_t) composite.current->glyphIndex, gids_to_retain); in _add_gid_and_children()
59 hb_set_t *gids_to_retain) in _add_cff_seac_components() argument
64 hb_set_add (gids_to_retain, base_gid); in _add_cff_seac_components()
65 hb_set_add (gids_to_retain, accent_gid); in _add_cff_seac_components()
70 _gsub_closure (hb_face_t *face, hb_set_t *gids_to_retain) in _gsub_closure() argument
81 gids_to_retain); in _gsub_closure()