Home
last modified time | relevance | path

Searched defs:FeatureTableSubstitution (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh4377 struct FeatureTableSubstitution struct
4379 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;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_layout.rs4278 impl<'a> FontRead<'a> for FeatureTableSubstitution<'a> { implementation
4293 pub type FeatureTableSubstitution<'a> = TableRef<'a, FeatureTableSubstitutionMarker>; typedef
4295 impl<'a> FeatureTableSubstitution<'a> { implementation
4316 impl<'a> SomeTable<'a> for FeatureTableSubstitution<'a> { implementation
4338 impl<'a> std::fmt::Debug for FeatureTableSubstitution<'a> { implementation