Searched defs:RangeRecord (Results 1 – 1 of 1) sorted by relevance
263 struct RangeRecord struct265 int cmp (hb_codepoint_t g) const in cmp()268 bool sanitize (hb_sanitize_context_t *c) const in sanitize()274 bool intersects (const hb_set_t *glyphs) const in intersects()278 bool add_coverage (set_t *glyphs) const in add_coverage()281 HBGlyphID start; /* First GlyphID in the range */282 HBGlyphID end; /* Last GlyphID in the range */283 HBUINT16 value; /* Value */