Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout-common.hh133 struct LookupSegmentSingle struct
135 static constexpr unsigned TerminationWordCount = 2u;
137 int cmp (hb_codepoint_t g) const in cmp()
141 void collect_glyphs (set_t &glyphs) const in collect_glyphs()
148 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
153 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
159 HBGlyphID16 last; /* Last GlyphID in this segment */
160 HBGlyphID16 first; /* First GlyphID in this segment */
161 T value; /* The lookup value (only one) */