Home
last modified time | relevance | path

Searched refs:get_sub_table_count (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-var-hvar-table.hh173 inner_sets.resize (var_store->get_sub_table_count ()); in init()
178 inner_maps.resize (var_store->get_sub_table_count ()); in init()
Dhb-ot-layout-gdef-table.hh881 if (major >= get_var_store ().get_sub_table_count ()) break; in remap_layout_variation_indices()
Dhb-subset-plan.cc398 …unsigned subtable_count = gdef->has_var_store () ? gdef->get_var_store ().get_sub_table_count () :… in _collect_layout_variation_indices()
Dhb-ot-layout-common.hh2838 unsigned int get_sub_table_count () const in get_sub_table_count() function