Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh78 struct LookupSegmentSingle struct
80 enum { TerminationWordCount = 2 };
82 int cmp (hb_codepoint_t g) const in cmp()
85 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
90 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
96 GlyphID last; /* Last GlyphID in this segment */
97 GlyphID first; /* First GlyphID in this segment */
98 T value; /* The lookup value (only one) */