Searched defs:LookupSingle (Results 1 – 1 of 1) sorted by relevance
208 struct LookupSingle struct210 enum { TerminationWordCount = 1 };212 int cmp (hb_codepoint_t g) const { return glyph.cmp (g); } in cmp()214 bool sanitize (hb_sanitize_context_t *c) const in sanitize()219 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()225 GlyphID glyph; /* Last GlyphID */226 T value; /* The lookup value (only one) */