Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.h144 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 …]
Dhb-ot-layout.cc324 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 …]
Dhb-ot-deprecated.h46 hb_tag_t table_tag,
53 hb_tag_t table_tag,
Dhb-ot-shape.hh88 void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups()
91 switch (table_tag) { in collect_lookups()
Dhb-ot-shape.h48 hb_tag_t table_tag,
Dhb-ot-map.cc65 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()
Dhb-ot-layout.hh67 hb_tag_t table_tag,
Dhb-ot-shape.cc1011 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/
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/
DvarLib_test.py289 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"]
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']
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":