Searched defs:RangeRecord (Results 1 – 1 of 1) sorted by relevance
145 struct RangeRecord struct147 inline int cmp (hb_codepoint_t g) const { in cmp()151 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()157 inline bool intersects (const hb_set_t *glyphs) const { in intersects()162 inline void add_coverage (set_t *glyphs) const { in add_coverage()166 GlyphID start; /* First GlyphID in the range */167 GlyphID end; /* Last GlyphID in the range */168 USHORT value; /* Value */