Searched defs:CursivePosFormat1 (Results 1 – 2 of 2) sorted by relevance
79 struct CursivePosFormat1 struct82 HBUINT16 format; /* Format identifier--format = 1 */84 coverage; /* Offset to Coverage table--from87 entryExitRecord; /* Array of EntryExit records--in92 bool sanitize (hb_sanitize_context_t *c) const in sanitize()104 bool intersects (const hb_set_t *glyphs) const in intersects()107 void closure_lookups (hb_closure_lookups_context_t *c) const {} in closure_lookups()109 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()118 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()121 const Coverage &get_coverage () const { return this+coverage; } in get_coverage()[all …]
2251 impl<'a> FontRead<'a> for CursivePosFormat1<'a> { implementation2266 pub type CursivePosFormat1<'a> = TableRef<'a, CursivePosFormat1Marker>; typedef2268 impl<'a> CursivePosFormat1<'a> { impl2301 impl<'a> SomeTable<'a> for CursivePosFormat1<'a> { implementation2327 impl<'a> std::fmt::Debug for CursivePosFormat1<'a> { implementation