Searched refs:closure_glyphs (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 449 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 …]
|
D | cff.py | 48 def closure_glyphs(self, s): function
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 778 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()
|
D | hb-subset-plan.cc | 76 cmap.table->closure_glyphs (unicodes, glyphset); in _cmap_closure()
|