/external/harfbuzz_ng/src/ |
D | hb-ot-layout.h | 155 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 …]
|
D | hb-ot-layout.cc | 438 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 …]
|
D | hb-ot-deprecated.h | 50 hb_tag_t table_tag, 57 hb_tag_t table_tag,
|
D | hb-ot-shape.hh | 124 void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() 127 switch (table_tag) { in collect_lookups()
|
D | hb-ot-shape.h | 48 hb_tag_t table_tag,
|
D | hb-ot-map.cc | 69 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()
|
D | hb-ot-layout.hh | 67 hb_tag_t table_tag,
|
D | hb-ot-shape.cc | 1104 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/ |
D | edit_raw_table_data.py | 7 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/ |
D | mutator_test.py | 117 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']
|
D | varLib_test.py | 362 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"]
|
D | instancer_test.py | 280 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
|
D | interpolate_layout_test.py | 870 tables = [table_tag for table_tag in instfont.keys() if table_tag != 'head']
|
/external/grpc-grpc/tools/profiling/ios_bin/ |
D | parse_link_map.py | 26 table_tag = {} 57 table_tag[segs.group(1)] = segs.group(2) 69 target = table_tag[segs.group(2)]
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | ttFont.py | 673 table_tag = "CFF2" if "CFF2" in self else "CFF " 675 list(self[table_tag].cff.values())[0].CharStrings, _TTGlyphCFF)
|
/external/fonttools/Tests/ttx/ |
D | ttx_test.py | 239 table_tag = item[0] 243 if table_tag != "glyf":
|