Searched defs:RangeRecord (Results 1 – 5 of 5) 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 */
130 struct RangeRecord struct132 inline int cmp (hb_codepoint_t g) const { in cmp()136 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()141 inline bool intersects (const hb_set_t *glyphs) const { in intersects()146 inline void add_coverage (set_t *glyphs) const { in add_coverage()150 GlyphID start; /* First GlyphID in the range */151 GlyphID end; /* Last GlyphID in the range */152 USHORT value; /* Value */
126 struct RangeRecord { struct127 OpenType::GlyphID start;128 OpenType::GlyphID end;129 OpenType::UInt16 startCoverageIndex;
191 HB_RangeRecord* RangeRecord; /* array of RangeRecords */ member
190 struct TRangeRecord *RangeRecord; member