Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DMarkArray.hh11 struct MarkArray : Array16Of<MarkRecord> /* Array of MarkRecords--in Coverage order */ struct
13 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
19 bool apply (hb_ot_apply_context_t *c, in apply()
69 bool subset (hb_subset_context_t *c, in subset()
/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dmarkbasepos-graph.hh125 struct MarkArray : public OT::Layout::GPOS_impl::MarkArray struct
127 bool sanitize (graph_t::vertex_t& vertex) const in sanitize()
137 bool shrink (gsubgpos_graph_context_t& c, in shrink()
172 unsigned clone (gsubgpos_graph_context_t& c, in clone()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs981 impl<'a> FontRead<'a> for MarkArray<'a> { implementation
994 pub type MarkArray<'a> = TableRef<'a, MarkArrayMarker>; typedef
996 impl<'a> MarkArray<'a> { impl
1012 impl<'a> SomeTable<'a> for MarkArray<'a> { implementation
1033 impl<'a> std::fmt::Debug for MarkArray<'a> { implementation