Home
last modified time | relevance | path

Searched refs:variations_index (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape.hh38 unsigned int variations_index[2]; member
49 &variations_index[table_index]); in init()
Dhb-ot-map.cc101 unsigned int variations_index, in add_lookups() argument
119 variations_index, in add_lookups()
297 key.variations_index[table_index], in compile()
304 key.variations_index[table_index], in compile()
Dhb-ot-layout.h308 unsigned int *variations_index /* out */);
314 unsigned int variations_index,
Dhb-ot-layout.cc1288 unsigned int *variations_index /* out */) in hb_ot_layout_table_find_feature_variations() argument
1292 return g.find_variations_index (coords, num_coords, variations_index); in hb_ot_layout_table_find_feature_variations()
1316 unsigned int variations_index, in hb_ot_layout_feature_with_variations_get_lookups() argument
1324 const OT::Feature &f = g.get_feature_variation (feature_index, variations_index); in hb_ot_layout_feature_with_variations_get_lookups()
Dhb-ot-map.hh236 unsigned int variations_index,
Dhb-ot-layout-gsubgpos.hh2885 unsigned int variations_index) const in get_feature_variation()
2888 if (FeatureVariations::NOT_FOUND_INDEX != variations_index && in get_feature_variation()
2891 const Feature *feature = (this+featureVars).find_substitute (variations_index, in get_feature_variation()
Dhb-ot-layout-common.hh2381 const Feature *find_substitute (unsigned int variations_index, in find_substitute()
2384 const FeatureVariationRecord &record = varRecords[variations_index]; in find_substitute()