Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh208 struct LookupSingle struct
210 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) */