Searched defs:RangeRecord (Results 1 – 2 of 2) sorted by relevance
131 struct RangeRecord struct133 inline int cmp (hb_codepoint_t g) const { in cmp()137 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()142 inline bool intersects (const hb_set_t *glyphs) const { in intersects()147 inline void add_coverage (set_t *glyphs) const { in add_coverage()151 GlyphID start; /* First GlyphID in the range */152 GlyphID end; /* Last GlyphID in the range */153 USHORT value; /* Value */
192 struct TRangeRecord *RangeRecord; member