Searched refs:table_tag (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.h | 144 hb_tag_t table_tag, 151 hb_tag_t table_tag, 157 hb_tag_t table_tag, 165 hb_tag_t table_tag, 172 hb_tag_t table_tag, 180 hb_tag_t table_tag, 188 hb_tag_t table_tag, 195 hb_tag_t table_tag, 203 hb_tag_t table_tag, 212 hb_tag_t table_tag, [all …]
|
D | hb-ot-layout.cc | 324 hb_tag_t table_tag) in get_gsubgpos_table() argument 326 switch (table_tag) { in get_gsubgpos_table() 336 hb_tag_t table_tag, in hb_ot_layout_table_get_script_tags() argument 341 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_script_tags() 350 hb_tag_t table_tag, in hb_ot_layout_table_find_script() argument 355 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_script() 380 hb_tag_t table_tag, in hb_ot_layout_table_choose_script() argument 387 …return hb_ot_layout_table_select_script (face, table_tag, t - script_tags, script_tags, script_ind… in hb_ot_layout_table_choose_script() 397 hb_tag_t table_tag, in hb_ot_layout_table_select_script() argument 404 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_select_script() [all …]
|
D | hb-ot-deprecated.h | 46 hb_tag_t table_tag, 53 hb_tag_t table_tag,
|
D | hb-ot-shape.hh | 88 void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() 91 switch (table_tag) { in collect_lookups()
|
D | hb-ot-shape.h | 48 hb_tag_t table_tag,
|
D | hb-ot-map.cc | 65 hb_tag_t table_tag = table_tags[table_index]; in hb_ot_map_builder_t() local 66 …found_script[table_index] = (bool) hb_ot_layout_table_select_script (face, table_tag, script_count… in hb_ot_map_builder_t() 67 …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 | 1011 hb_tag_t table_tag, in hb_ot_shape_plan_collect_lookups() argument 1014 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 | varLib_test.py | 289 tables = [table_tag for table_tag in varfont.keys() if table_tag != 'head'] 314 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"] 335 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"] 352 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"] 361 tables = [table_tag for table_tag in varfont.keys() if table_tag != "head"]
|
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 | 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":
|