Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gsub.rs536 impl<'a> FontRead<'a> for MultipleSubstFormat1<'a> { implementation
551 pub type MultipleSubstFormat1<'a> = TableRef<'a, MultipleSubstFormat1Marker>; typedef
553 impl<'a> MultipleSubstFormat1<'a> { impl
595 impl<'a> SomeTable<'a> for MultipleSubstFormat1<'a> { implementation
627 impl<'a> std::fmt::Debug for MultipleSubstFormat1<'a> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/gsub/
H A Dclosure.rs188 impl<'a> GlyphClosure for MultipleSubstFormat1<'a> { implementation