Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/Layout/Common/
DRangeRecord.hh37 struct RangeRecord struct
39 typename Types::HBGlyphID first; /* First GlyphID in the range */
40 typename Types::HBGlyphID last; /* Last GlyphID in the range */
41 HBUINT16 value; /* Value */
45 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
51 int cmp (hb_codepoint_t g) const in cmp()
54 unsigned get_population () const in get_population()
78 struct Null<OT::Layout::Common::RangeRecord<Spec>> {