Searched defs:LookupSingle (Results 1 – 1 of 1) sorted by relevance
297 struct LookupSingle struct299 static constexpr unsigned TerminationWordCount = 1u;301 int cmp (hb_codepoint_t g) const { return glyph.cmp (g); } in cmp()304 void collect_glyphs (set_t &glyphs) const in collect_glyphs()311 bool sanitize (hb_sanitize_context_t *c) const in sanitize()316 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()322 HBGlyphID16 glyph; /* Last GlyphID */323 T value; /* The lookup value (only one) */