Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DPairSet.hh12 struct PairSet : ValueBase struct
17 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_t
45 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 …]
H A DPairPosFormat1.hh14 using PairSet = GPOS_impl::PairSet<Types>; typedef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs1664 impl ReadArgs for PairSet<'_> { implementation
1668 impl<'a> FontReadWithArgs<'a> for PairSet<'a> { implementation
1687 impl<'a> PairSet<'a> { impl
1703 pub type PairSet<'a> = TableRef<'a, PairSetMarker>; typedef
1705 impl<'a> PairSet<'a> { impl
1731 impl<'a> SomeTable<'a> for PairSet<'a> { implementation
1752 impl<'a> std::fmt::Debug for PairSet<'a> { implementation
/aosp_15_r20/external/cronet/third_party/ced/src/compact_enc_det/
H A Dcompact_enc_det.cc348 enum PairSet {AsciiPair = 0, OtherPair = 1, NUM_PAIR_SETS = 2}; enum