Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GDEF/
H A DGDEF.hh56 struct AttachList struct
58 unsigned int get_attach_points (hb_codepoint_t glyph_id, in get_attach_points()
83 bool subset (hb_subset_context_t *c) const in subset()
104 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
112 coverage; /* Offset to Coverage table -- from
115 attachPoint; /* Array of AttachPoint tables
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gdef.rs295 impl<'a> FontRead<'a> for AttachList<'a> { implementation
309 pub type AttachList<'a> = TableRef<'a, AttachListMarker>; typedef
311 impl<'a> AttachList<'a> { impl
346 impl<'a> SomeTable<'a> for AttachList<'a> { implementation
377 impl<'a> std::fmt::Debug for AttachList<'a> { implementation