Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/subset/
D__init__.py449 def closure_glyphs(self, s, cur_glyphs): function
459 def closure_glyphs(self, s, cur_glyphs): function
471 def closure_glyphs(self, s, cur_glyphs): function
484 def closure_glyphs(self, s, cur_glyphs): function
502 def closure_glyphs(self, s, cur_glyphs): function
912 def closure_glyphs(self, s, cur_glyphs): function
947 lookup.closure_glyphs(s, cur_glyphs=pos_glyphs)
977 lookup.closure_glyphs(s, cur_glyphs=pos_glyphs)
999 lookup.closure_glyphs(s, cur_glyphs=pos_glyphs)
1125 def closure_glyphs(self, s, cur_glyphs): function
[all …]
Dcff.py48 def closure_glyphs(self, s): function
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh778 void closure_glyphs (const hb_set_t *unicodes, in closure_glyphs() function
958 void closure_glyphs (const hb_set_t *unicodes, in closure_glyphs() function
965 | hb_apply ([=] (const NonDefaultUVS& _) { _.closure_glyphs (unicodes, glyphset); }) in closure_glyphs()
1157 void closure_glyphs (const hb_set_t *unicodes, in closure_glyphs() function
1164 | hb_apply ([=] (const CmapSubtable& _) { _.u.format14.closure_glyphs (unicodes, glyphset); }) in closure_glyphs()
Dhb-subset-plan.cc76 cmap.table->closure_glyphs (unicodes, glyphset); in _cmap_closure()