Home
last modified time | relevance | path

Searched refs:table_tag (Results 1 – 16 of 16) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.h155 hb_tag_t table_tag,
162 hb_tag_t table_tag,
168 hb_tag_t table_tag,
176 hb_tag_t table_tag,
183 hb_tag_t table_tag,
191 hb_tag_t table_tag,
199 hb_tag_t table_tag,
206 hb_tag_t table_tag,
214 hb_tag_t table_tag,
223 hb_tag_t table_tag,
[all …]
Dhb-ot-layout.cc438 hb_tag_t table_tag) in get_gsubgpos_table() argument
440 switch (table_tag) { in get_gsubgpos_table()
463 hb_tag_t table_tag, in hb_ot_layout_table_get_script_tags() argument
468 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_script_tags()
490 hb_tag_t table_tag, in hb_ot_layout_table_find_script() argument
495 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_script()
531 hb_tag_t table_tag, in hb_ot_layout_table_choose_script() argument
538 …return hb_ot_layout_table_select_script (face, table_tag, t - script_tags, script_tags, script_ind… in hb_ot_layout_table_choose_script()
555 hb_tag_t table_tag, in hb_ot_layout_table_select_script() argument
562 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_select_script()
[all …]
Dhb-ot-deprecated.h50 hb_tag_t table_tag,
57 hb_tag_t table_tag,
Dhb-ot-shape.hh124 void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups()
127 switch (table_tag) { in collect_lookups()
Dhb-ot-shape.h48 hb_tag_t table_tag,
Dhb-ot-map.cc69 hb_tag_t table_tag = table_tags[table_index]; in hb_ot_map_builder_t() local
70 …found_script[table_index] = (bool) hb_ot_layout_table_select_script (face, table_tag, script_count… in hb_ot_map_builder_t()
71 …hb_ot_layout_script_select_language (face, table_tag, script_index[table_index], language_count, l… in hb_ot_map_builder_t()
Dhb-ot-layout.hh67 hb_tag_t table_tag,
Dhb-ot-shape.cc1104 hb_tag_t table_tag, in hb_ot_shape_plan_collect_lookups() argument
1107 shape_plan->ot.collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()
/external/fonttools/Snippets/
Dedit_raw_table_data.py7 table_tag = "DSIG" variable
13 raw_data = font.getTableData(table_tag)
26 table = DefaultTable(table_tag)
30 font[table_tag] = table
/external/fonttools/Tests/varLib/
Dmutator_test.py117 tables = [table_tag for table_tag in instfont.keys() if table_tag != 'head']
138 tables = [table_tag for table_tag in instfont.keys() if table_tag != 'head']
160 tables = [table_tag for table_tag in instfont.keys() if table_tag != 'head']
DvarLib_test.py362 tables = [table_tag for table_tag in varfont.keys() if table_tag != 'head']
387 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
408 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
425 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
434 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
Dinstancer_test.py280 table_tag, item_name = MVAR_ENTRIES[mvar_tag]
281 assert getattr(varfont[table_tag], item_name) == expected_value
320 table_tag, item_name = MVAR_ENTRIES[mvar_tag]
321 assert getattr(varfont[table_tag], item_name) == expected_value
Dinterpolate_layout_test.py870 tables = [table_tag for table_tag in instfont.keys() if table_tag != 'head']
/external/grpc-grpc/tools/profiling/ios_bin/
Dparse_link_map.py26 table_tag = {}
57 table_tag[segs.group(1)] = segs.group(2)
69 target = table_tag[segs.group(2)]
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py673 table_tag = "CFF2" if "CFF2" in self else "CFF "
675 list(self[table_tag].cff.values())[0].CharStrings, _TTGlyphCFF)
/external/fonttools/Tests/ttx/
Dttx_test.py239 table_tag = item[0]
243 if table_tag != "glyf":