Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.h101 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 …]
Dhb-ot-layout.cc174 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 …]
Dhb-ot-shape-private.hh49 inline void collect_lookups (hb_tag_t table_tag, hb_set_t *lookups) const in collect_lookups()
52 switch (table_tag) { in collect_lookups()
Dhb-ot-map.cc91 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()
Dhb-ot-shape.h48 hb_tag_t table_tag,
Dhb-ot-shape.cc741 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()