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.cc97 unsigned int variations_index, in add_lookups() argument
115 variations_index, in add_lookups()
292 key.variations_index[table_index], in compile()
299 key.variations_index[table_index], in compile()
Dhb-ot-layout.h297 unsigned int *variations_index /* out */);
303 unsigned int variations_index,
Dhb-ot-layout.cc914 unsigned int *variations_index /* out */) in hb_ot_layout_table_find_feature_variations() argument
918 return g.find_variations_index (coords, num_coords, variations_index); in hb_ot_layout_table_find_feature_variations()
925 unsigned int variations_index, in hb_ot_layout_feature_with_variations_get_lookups() argument
933 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.hh2689 unsigned int variations_index) const in get_feature_variation()
2691 if (FeatureVariations::NOT_FOUND_INDEX != variations_index && in get_feature_variation()
2694 const Feature *feature = (this+featureVars).find_substitute (variations_index, in get_feature_variation()
Dhb-ot-layout-common.hh1971 const Feature *find_substitute (unsigned int variations_index, in find_substitute()
1974 const FeatureVariationRecord &record = varRecords[variations_index]; in find_substitute()