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.hh211 struct LookupSingle struct
213 static constexpr unsigned TerminationWordCount = 1u;
215 int cmp (hb_codepoint_t g) const { return glyph.cmp (g); } in cmp()
217 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
222 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
228 HBGlyphID16 glyph; /* Last GlyphID */
229 T value; /* The lookup value (only one) */