Home
last modified time | relevance | path

Searched defs:PairSet (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GPOS/
DPairSet.hh12 struct PairSet struct
17 using PairValueRecord = GPOS_impl::PairValueRecord<Types>;
20 HBUINT16 len; /* Number of PairValueRecords */
21 PairValueRecord firstPairValueRecord;
27 struct sanitize_closure_t
34 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 …]
DPairPosFormat1.hh14 using PairSet = GPOS_impl::PairSet<Types>; typedef
/external/cronet/third_party/ced/src/compact_enc_det/
Dcompact_enc_det.cc348 enum PairSet {AsciiPair = 0, OtherPair = 1, NUM_PAIR_SETS = 2}; enum