Home
last modified time | relevance | path

Searched refs: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
39 glyph_to_codepoint_map[glyph_name] = codepoint
45 def read_gsub(ttf, glyph_to_codepoint_map, codepoint_map): argument
59 … add_gsub_context_subtable(subtable, gsub.table.LookupList, glyph_to_codepoint_map, codepoint_map)
62 add_gsub_ligature_subtable(subtable, glyph_to_codepoint_map, codepoint_map)
64 def add_gsub_context_subtable(subtable, lookup_list, glyph_to_codepoint_map, codepoint_map): argument
75 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names]
96 def add_gsub_ligature_subtable(subtable, glyph_to_codepoint_map, codepoint_map): argument
100 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names]
/aosp_15_r20/external/noto-fonts/emoji-compat/
H A Dcreatefont.py531 def read_cmap12(self, ttf, glyph_to_codepoint_map): argument
538 glyph_to_codepoint_map[glyph_name] = codepoint
543 def read_gsub(self, ttf, glyph_to_codepoint_map): argument
558 self.add_gsub_context_subtable(subtable, gsub.table.LookupList, glyph_to_codepoint_map)
561 self.add_gsub_ligature_subtable(subtable, glyph_to_codepoint_map)
563 def add_gsub_context_subtable(self, subtable, lookup_list, glyph_to_codepoint_map): argument
580 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names]
601 def add_gsub_ligature_subtable(self, subtable, glyph_to_codepoint_map): argument
605 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names]
705 glyph_to_codepoint_map = {}
[all …]