Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DLigatureArray.hh15 struct LigatureArray : List16OfOffset16To<LigatureAttach> struct
19 bool subset (hb_subset_context_t *c, in subset()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs2937 impl ReadArgs for LigatureArray<'_> { implementation
2941 impl<'a> FontReadWithArgs<'a> for LigatureArray<'a> { implementation
2955 impl<'a> LigatureArray<'a> { impl
2967 pub type LigatureArray<'a> = TableRef<'a, LigatureArrayMarker>; typedef
2969 impl<'a> LigatureArray<'a> { implementation
2998 impl<'a> SomeTable<'a> for LigatureArray<'a> { implementation
3026 impl<'a> std::fmt::Debug for LigatureArray<'a> { implementation