Home
last modified time | relevance | path

Searched defs:RangeRecord (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh145 struct RangeRecord struct
147 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 */