Home
last modified time | relevance | path

Searched defs:AttachPoint (Results 1 – 3 of 3) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_gdef.rs400 impl<'a> FontRead<'a> for AttachPoint<'a> { implementation
415 pub type AttachPoint<'a> = TableRef<'a, AttachPointMarker>; typedef
417 impl<'a> AttachPoint<'a> { implementation
432 impl<'a> SomeTable<'a> for AttachPoint<'a> { implementation
446 impl<'a> std::fmt::Debug for AttachPoint<'a> { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_gdef.rs400 impl<'a> FontRead<'a> for AttachPoint<'a> { implementation
415 pub type AttachPoint<'a> = TableRef<'a, AttachPointMarker>; typedef
417 impl<'a> AttachPoint<'a> { impl
432 impl<'a> SomeTable<'a> for AttachPoint<'a> { implementation
446 impl<'a> std::fmt::Debug for AttachPoint<'a> { implementation
/external/harfbuzz_ng/src/OT/Layout/GDEF/
DGDEF.hh46 struct AttachPoint : Array16Of<HBUINT16> struct
48 bool subset (hb_subset_context_t *c) const in subset()