Home
last modified time | relevance | path

Searched refs:lookup_list (Results 1 – 5 of 5) 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/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/harfbuzz_ng/src/
Dtest-repacker.cc82 static void add_gsubgpos_header (unsigned lookup_list, in add_gsubgpos_header() argument
93 add_offset (lookup_list, c); in add_gsubgpos_header()
1285 unsigned lookup_list = add_lookup_list (lookups, num_lookups, c); in populate_serializer_with_extension_promotion() local
1287 add_gsubgpos_header (lookup_list, c); in populate_serializer_with_extension_promotion()
1335 unsigned lookup_list = add_lookup_list (&lookup, 1, c); in populate_serializer_with_large_pair_pos_1() local
1337 add_gsubgpos_header (lookup_list, c); in populate_serializer_with_large_pair_pos_1()
1429 unsigned lookup_list = add_lookup_list (&lookup, 1, c); in populate_serializer_with_large_pair_pos_2() local
1431 add_gsubgpos_header (lookup_list, c); in populate_serializer_with_large_pair_pos_2()
1463 unsigned lookup_list = add_lookup_list (&lookup, 1, c); in populate_serializer_with_large_mark_base_pos_1() local
1465 add_gsubgpos_header (lookup_list, c); in populate_serializer_with_large_mark_base_pos_1()
/external/noto-fonts/emoji-compat/
Dcreatefont.py563 def add_gsub_context_subtable(self, subtable, lookup_list, glyph_to_codepoint_map): argument
572 subs_list[record.SequenceIndex] = self.get_substitutions(lookup_list,
594 def get_substitutions(self, lookup_list, index): argument
596 for x in lookup_list.Lookup[index].SubTable:
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py.sketch13 scmp_feature = builder.buildFeature('smcp', [scmp_lookup], lookup_list=lookups)