Searched defs:PairSet (Results 1 – 3 of 3) sorted by relevance
12 struct PairSet struct17 using PairValueRecord = GPOS_impl::PairValueRecord<Types>;20 HBUINT16 len; /* Number of PairValueRecords */21 PairValueRecord firstPairValueRecord;27 struct sanitize_closure_t34 bool sanitize (hb_sanitize_context_t *c, const sanitize_closure_t *closure) const in sanitize()49 bool intersects (const hb_set_t *glyphs, in intersects()67 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs()78 void collect_variation_indices (hb_collect_variation_indices_context_t *c, in collect_variation_indices()96 bool apply (hb_ot_apply_context_t *c, in apply()[all …]
14 using PairSet = GPOS_impl::PairSet<Types>; typedef
348 enum PairSet {AsciiPair = 0, OtherPair = 1, NUM_PAIR_SETS = 2}; enum