Searched defs:FeatureTableSubstitutionRecord (Results 1 – 3 of 3) sorted by relevance
138 impl FeatureTableSubstitutionRecord { impl
4298 struct FeatureTableSubstitutionRecord struct4302 void collect_lookups (const void *base, hb_set_t *lookup_indexes /* OUT */) const in collect_lookups()4307 void closure_features (const void *base, in closure_features()4315 …ature_substitutes_with_variations (hb_hashmap_t<unsigned, const Feature*> *feature_substitutes_map, in collect_feature_substitutes_with_variations()4327 bool serialize (hb_subset_layout_context_t *c, in serialize()4350 bool subset (hb_subset_layout_context_t *c, const void *base) const in subset()4364 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()4371 HBUINT16 featureIndex;4372 Offset32To<Feature> feature;
4309 pub fn substitutions(&self) -> &'a [FeatureTableSubstitutionRecord] { in substitutions()4348 pub struct FeatureTableSubstitutionRecord { struct4356 impl FeatureTableSubstitutionRecord { implementation4369 impl FixedSize for FeatureTableSubstitutionRecord { implementation4373 impl sealed::Sealed for FeatureTableSubstitutionRecord {} implementation4376 unsafe impl FromBytes for FeatureTableSubstitutionRecord { implementation4381 impl<'a> SomeRecord<'a> for FeatureTableSubstitutionRecord { implementation