Searched defs:RangeRecord (Results 1 – 4 of 4) sorted by relevance
37 struct RangeRecord struct39 typename Types::HBGlyphID first; /* First GlyphID in the range */40 typename Types::HBGlyphID last; /* Last GlyphID in the range */41 HBUINT16 value; /* Value */45 bool sanitize (hb_sanitize_context_t *c) const in sanitize()51 int cmp (hb_codepoint_t g) const in cmp()54 HB_INTERNAL static int cmp_range (const void *pa, const void *pb) { in cmp_range()66 unsigned get_population () const in get_population()90 struct Null<OT::Layout::Common::RangeRecord<Spec>> {
40 struct RangeRecord { struct51 variant<absl::monostate, DataVector<uint16_t>, std::vector<RangeRecord>>; argument
203 impl RangeRecord { impl
1086 pub fn range_records(&self) -> &'a [RangeRecord] { in range_records()1125 pub struct RangeRecord { struct1134 impl RangeRecord { argument1151 impl FixedSize for RangeRecord { implementation1155 impl sealed::Sealed for RangeRecord {} implementation1158 unsafe impl FromBytes for RangeRecord { implementation1163 impl<'a> SomeRecord<'a> for RangeRecord { implementation