Searched defs:LookupSegmentArray (Results 1 – 3 of 3) sorted by relevance
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-aat-layout-common.hh | 137 struct LookupSegmentArray struct 139 static constexpr unsigned TerminationWordCount = 2u; 141 const T* get_value (hb_codepoint_t glyph_id, const void *base) const in get_value() 146 int cmp (hb_codepoint_t g) const in cmp() 149 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() 157 bool sanitize (hb_sanitize_context_t *c, const void *base, Ts&&... ds) const in sanitize() 165 GlyphID last; /* Last GlyphID in this segment */ 166 GlyphID first; /* First GlyphID in this segment */ 168 valuesZ; /* A 16-bit offset from the start of
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-aat-layout-common.hh | 140 struct LookupSegmentArray struct 142 static constexpr unsigned TerminationWordCount = 2u; 144 const T* get_value (hb_codepoint_t glyph_id, const void *base) const in get_value() 149 int cmp (hb_codepoint_t g) const in cmp() 152 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() 160 bool sanitize (hb_sanitize_context_t *c, const void *base, Ts&&... ds) const in sanitize() 168 HBGlyphID16 last; /* Last GlyphID in this segment */ 169 HBGlyphID16 first; /* First GlyphID in this segment */ 171 valuesZ; /* A 16-bit offset from the start of
|
| /third_party/harfbuzz/src/ |
| D | hb-aat-layout-common.hh | 137 struct LookupSegmentArray struct 139 static constexpr unsigned TerminationWordCount = 2u; 141 const T* get_value (hb_codepoint_t glyph_id, const void *base) const in get_value() 146 int cmp (hb_codepoint_t g) const in cmp() 149 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() 157 bool sanitize (hb_sanitize_context_t *c, const void *base, Ts&&... ds) const in sanitize() 165 HBGlyphID last; /* Last GlyphID in this segment */ 166 HBGlyphID first; /* First GlyphID in this segment */ 168 valuesZ; /* A 16-bit offset from the start of
|