Searched defs:RangeRecord (Results 1 – 2 of 2) sorted by relevance
6 final class RangeRecord implements Record { class15 RangeRecord(ReadableFontData data, int base) { in RangeRecord() method in RangeRecord
530 struct RangeRecord struct532 int cmp (hb_codepoint_t g) const in cmp()535 bool sanitize (hb_sanitize_context_t *c) const in sanitize()541 bool intersects (const hb_set_t *glyphs) const in intersects()545 bool collect_coverage (set_t *glyphs) const in collect_coverage()548 HBGlyphID16 first; /* First GlyphID in the range */549 HBGlyphID16 last; /* Last GlyphID in the range */550 HBUINT16 value; /* Value */