Searched defs:glyph_to_codepoint_map (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/noto-fonts/scripts/ |
H A D | color_emoji_image_diff.py | 34 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 D | createfont.py | 531 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
|