Searched refs:table_tag (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.h | 101 hb_tag_t table_tag, 108 hb_tag_t table_tag, 115 hb_tag_t table_tag, 122 hb_tag_t table_tag, 129 hb_tag_t table_tag, 137 hb_tag_t table_tag, 144 hb_tag_t table_tag, 151 hb_tag_t table_tag, 159 hb_tag_t table_tag, 168 hb_tag_t table_tag, [all …]
|
D | hb-ot-layout.cc | 174 hb_tag_t table_tag) in get_gsubgpos_table() argument 176 switch (table_tag) { in get_gsubgpos_table() 186 hb_tag_t table_tag, in hb_ot_layout_table_get_script_tags() argument 191 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_script_tags() 200 hb_tag_t table_tag, in hb_ot_layout_table_find_script() argument 205 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_find_script() 230 hb_tag_t table_tag, in hb_ot_layout_table_choose_script() argument 236 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_choose_script() 278 hb_tag_t table_tag, in hb_ot_layout_table_get_feature_tags() argument 283 const OT::GSUBGPOS &g = get_gsubgpos_table (face, table_tag); in hb_ot_layout_table_get_feature_tags() [all …]
|
D | hb-ot-shape-private.hh | 49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups() 52 switch (table_tag) { in collect_lookups()
|
D | hb-ot-map.cc | 91 hb_tag_t table_tag = table_tags[table_index]; in hb_ot_map_builder_t() local 92 …found_script[table_index] = hb_ot_layout_table_choose_script (face, table_tag, script_tags, &scrip… in hb_ot_map_builder_t() 93 …hb_ot_layout_script_find_language (face, table_tag, script_index[table_index], language_tag, &lang… in hb_ot_map_builder_t()
|
D | hb-ot-shape.h | 48 hb_tag_t table_tag,
|
D | hb-ot-shape.cc | 741 hb_tag_t table_tag, in hb_ot_shape_plan_collect_lookups() argument 745 HB_SHAPER_DATA_GET (shape_plan)->collect_lookups (table_tag, lookup_indexes); in hb_ot_shape_plan_collect_lookups()
|