Searched refs:variations_index (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape.hh | 38 unsigned int variations_index[2]; member 49 &variations_index[table_index]); in init()
|
D | hb-ot-map.cc | 101 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()
|
D | hb-ot-layout.h | 308 unsigned int *variations_index /* out */); 314 unsigned int variations_index,
|
D | hb-ot-layout.cc | 1288 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()
|
D | hb-ot-map.hh | 236 unsigned int variations_index,
|
D | hb-ot-layout-gsubgpos.hh | 2885 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()
|
D | hb-ot-layout-common.hh | 2381 const Feature *find_substitute (unsigned int variations_index, in find_substitute() 2384 const FeatureVariationRecord &record = varRecords[variations_index]; in find_substitute()
|