Home
last modified time | relevance | path

Searched defs:AttachPoint (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_gdef.rs401 impl<'a> FontRead<'a> for AttachPoint<'a> { implementation
414 pub type AttachPoint<'a> = TableRef<'a, AttachPointMarker>; typedef
416 impl<'a> AttachPoint<'a> { impl
431 impl<'a> SomeTable<'a> for AttachPoint<'a> { implementation
445 impl<'a> std::fmt::Debug for AttachPoint<'a> { implementation
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/
H A DGDEF.hh46 struct AttachPoint : Array16Of<HBUINT16> struct
48 bool subset (hb_subset_context_t *c) const in subset()