Searched defs:MarkArray (Results 1 – 3 of 3) sorted by relevance
11 struct MarkArray : Array16Of<MarkRecord> /* Array of MarkRecords--in Coverage order */ struct13 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()
125 struct MarkArray : public OT::Layout::GPOS_impl::MarkArray struct127 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()
981 impl<'a> FontRead<'a> for MarkArray<'a> { implementation994 pub type MarkArray<'a> = TableRef<'a, MarkArrayMarker>; typedef996 impl<'a> MarkArray<'a> { impl1012 impl<'a> SomeTable<'a> for MarkArray<'a> { implementation1033 impl<'a> std::fmt::Debug for MarkArray<'a> { implementation