Searched defs:PairSet (Results 1 – 4 of 4) sorted by relevance
12 struct PairSet : ValueBase struct17 using PairValueRecord = GPOS_impl::PairValueRecord<Types>;20 HBUINT16 len; /* Number of PairValueRecords */21 PairValueRecord firstPairValueRecord;27 static unsigned get_size (unsigned len1, unsigned len2) in get_size()31 static unsigned get_size (const ValueFormat valueFormats[2]) in get_size()38 struct sanitize_closure_t45 bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) const in sanitize()62 bool intersects (const hb_set_t *glyphs, in intersects()78 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs()[all …]
14 using PairSet = GPOS_impl::PairSet<Types>; typedef
1664 impl ReadArgs for PairSet<'_> { implementation1668 impl<'a> FontReadWithArgs<'a> for PairSet<'a> { implementation1687 impl<'a> PairSet<'a> { impl1703 pub type PairSet<'a> = TableRef<'a, PairSetMarker>; typedef1705 impl<'a> PairSet<'a> { impl1731 impl<'a> SomeTable<'a> for PairSet<'a> { implementation1752 impl<'a> std::fmt::Debug for PairSet<'a> { implementation
348 enum PairSet {AsciiPair = 0, OtherPair = 1, NUM_PAIR_SETS = 2}; enum