Home
last modified time | relevance | path

Searched defs:FeatureTableSubstitutionRecord (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dlayout.rs138 impl FeatureTableSubstitutionRecord { impl
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh4298 struct FeatureTableSubstitutionRecord struct
4302 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;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_layout.rs4309 pub fn substitutions(&self) -> &'a [FeatureTableSubstitutionRecord] { in substitutions()
4348 pub struct FeatureTableSubstitutionRecord { struct
4356 impl FeatureTableSubstitutionRecord { implementation
4369 impl FixedSize for FeatureTableSubstitutionRecord { implementation
4373 impl sealed::Sealed for FeatureTableSubstitutionRecord {} implementation
4376 unsafe impl FromBytes for FeatureTableSubstitutionRecord { implementation
4381 impl<'a> SomeRecord<'a> for FeatureTableSubstitutionRecord { implementation