Searched defs:LookupSegmentSingle (Results 1 – 1 of 1) sorted by relevance
133 struct LookupSegmentSingle struct135 static constexpr unsigned TerminationWordCount = 2u;137 int cmp (hb_codepoint_t g) const in cmp()141 void collect_glyphs (set_t &glyphs) const in collect_glyphs()148 bool sanitize (hb_sanitize_context_t *c) const in sanitize()153 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()159 HBGlyphID16 last; /* Last GlyphID in this segment */160 HBGlyphID16 first; /* First GlyphID in this segment */161 T value; /* The lookup value (only one) */