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.hh158 struct RangeRecord struct
160 int cmp (hb_codepoint_t g) const in cmp()
163 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
169 bool intersects (const hb_set_t *glyphs) const in intersects()
173 bool add_coverage (set_t *glyphs) const in add_coverage()
176 GlyphID start; /* First GlyphID in the range */
177 GlyphID end; /* Last GlyphID in the range */
178 HBUINT16 value; /* Value */