Home
last modified time | relevance | path

Searched defs:glyph_to_codepoint_map (Results 1 – 2 of 2) sorted by relevance

/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py34 def read_cmap12(ttf, glyph_to_codepoint_map, codepoint_map): argument
45 def read_gsub(ttf, glyph_to_codepoint_map, codepoint_map): argument
64 def add_gsub_context_subtable(subtable, lookup_list, glyph_to_codepoint_map, codepoint_map): argument
96 def add_gsub_ligature_subtable(subtable, glyph_to_codepoint_map, codepoint_map): argument
/external/noto-fonts/emoji-compat/
Dcreatefont.py517 def read_cmap12(self, ttf, glyph_to_codepoint_map): argument
529 def read_gsub(self, ttf, glyph_to_codepoint_map): argument
549 def add_gsub_context_subtable(self, subtable, lookup_list, glyph_to_codepoint_map): argument
587 def add_gsub_ligature_subtable(self, subtable, glyph_to_codepoint_map): argument