Searched defs:FeatureTableSubstitution (Results 1 – 2 of 2) sorted by relevance
4377 struct FeatureTableSubstitution struct4379 const Feature *find_substitute (unsigned int feature_index) const in find_substitute()4391 void collect_lookups (const hb_set_t *feature_indexes, in collect_lookups()4401 void closure_features (const hb_map_t *lookup_indexes, in closure_features()4408 bool intersects_features (const hb_map_t *feature_index_map) const in intersects_features()4417 …ct_feature_substitutes_with_variations (hb_collect_feature_substitutes_with_var_context_t *c) const in collect_feature_substitutes_with_variations()4425 bool subset (hb_subset_context_t *c, in subset()4459 bool sanitize (hb_sanitize_context_t *c) const in sanitize()4469 FixedVersion<> version; /* Version--0x00010000u */4471 substitutions;
4278 impl<'a> FontRead<'a> for FeatureTableSubstitution<'a> { implementation4293 pub type FeatureTableSubstitution<'a> = TableRef<'a, FeatureTableSubstitutionMarker>; typedef4295 impl<'a> FeatureTableSubstitution<'a> { implementation4316 impl<'a> SomeTable<'a> for FeatureTableSubstitution<'a> { implementation4338 impl<'a> std::fmt::Debug for FeatureTableSubstitution<'a> { implementation