Home
last modified time | relevance | path

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

/aosp_15_r20/external/noto-fonts/scripts/
H A 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
/aosp_15_r20/external/noto-fonts/emoji-compat/
H A Dcreatefont.py531 def read_cmap12(self, ttf, glyph_to_codepoint_map): argument
543 def read_gsub(self, ttf, glyph_to_codepoint_map): argument
563 def add_gsub_context_subtable(self, subtable, lookup_list, glyph_to_codepoint_map): argument
601 def add_gsub_ligature_subtable(self, subtable, glyph_to_codepoint_map): argument