Home
last modified time | relevance | path

Searched refs:lookup_list (Results 1 – 4 of 4) sorted by relevance

/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py64 def add_gsub_context_subtable(subtable, lookup_list, glyph_to_codepoint_map, codepoint_map): argument
70 subs_list[record.SequenceIndex] = get_substitutions(lookup_list,
89 def get_substitutions(lookup_list, index): argument
91 for x in lookup_list.Lookup[index].SubTable:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2012-01-13-CBNZBug.ll10 @lookup_list = external hidden unnamed_addr global %struct.Dict_node_struct*, align 4
82 %7 = load %struct.Dict_node_struct*, %struct.Dict_node_struct** @lookup_list, align 4
86 store %struct.Dict_node_struct* %5, %struct.Dict_node_struct** @lookup_list, align 4
/external/llvm/test/CodeGen/Thumb2/
D2012-01-13-CBNZBug.ll10 @lookup_list = external hidden unnamed_addr global %struct.Dict_node_struct*, align 4
82 %7 = load %struct.Dict_node_struct*, %struct.Dict_node_struct** @lookup_list, align 4
86 store %struct.Dict_node_struct* %5, %struct.Dict_node_struct** @lookup_list, align 4
/external/noto-fonts/emoji-compat/
Dcreatefont.py520 def add_gsub_context_subtable(self, subtable, lookup_list, glyph_to_codepoint_map): argument
529 subs_list[record.SequenceIndex] = self.get_substitutions(lookup_list,
551 def get_substitutions(self, lookup_list, index): argument
553 for x in lookup_list.Lookup[index].SubTable: