Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout-common.hh297 struct LookupSingle struct
299 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) */