Searched defs:ReverseChainSingleSubstFormat1 (Results 1 – 3 of 3) sorted by relevance
10 struct ReverseChainSingleSubstFormat1 struct13 HBUINT16 format; /* Format identifier--format = 1 */15 coverage; /* Offset to Coverage table--from18 backtrack; /* Array of coverage tables22 lookaheadX; /* Array of coverage tables26 substituteX; /* Array of substitute31 bool sanitize (hb_sanitize_context_t *c) const in sanitize()45 bool intersects (const hb_set_t *glyphs) const in intersects()67 bool may_have_non_1to1 () const in may_have_non_1to1()70 void closure (hb_closure_context_t *c) const in closure()[all …]
1468 impl<'a> FontRead<'a> for ReverseChainSingleSubstFormat1<'a> { implementation1493 pub type ReverseChainSingleSubstFormat1<'a> = TableRef<'a, ReverseChainSingleSubstFormat1Marker>; typedef1495 impl<'a> ReverseChainSingleSubstFormat1<'a> { implementation1569 impl<'a> SomeTable<'a> for ReverseChainSingleSubstFormat1<'a> { implementation1627 impl<'a> std::fmt::Debug for ReverseChainSingleSubstFormat1<'a> { implementation
244 impl GlyphClosure for ReverseChainSingleSubstFormat1<'_> { implementation