Home
last modified time | relevance | path

Searched defs:LigatureSubstFormat1 (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.rs936 impl<'a> FontRead<'a> for LigatureSubstFormat1<'a> { implementation
951 pub type LigatureSubstFormat1<'a> = TableRef<'a, LigatureSubstFormat1Marker>; typedef
953 impl<'a> LigatureSubstFormat1<'a> { impl
995 impl<'a> SomeTable<'a> for LigatureSubstFormat1<'a> { implementation
1027 impl<'a> std::fmt::Debug for LigatureSubstFormat1<'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.rs221 impl<'a> GlyphClosure for LigatureSubstFormat1<'a> { implementation