Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh451 struct FDSelect3_4 struct
453 unsigned int get_size () const in get_size()
456 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
473 static int _cmp_range (const void *_key, const void *_item) in _cmp_range()
483 unsigned get_fd (hb_codepoint_t glyph) const in get_fd()
489 hb_pair_t<unsigned, hb_codepoint_t> get_fd_range (hb_codepoint_t glyph) const in get_fd_range()
497 GID_TYPE &nRanges () { return ranges.len; } in nRanges()
498 GID_TYPE nRanges () const { return ranges.len; } in nRanges()
499 GID_TYPE &sentinel () { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
500 const GID_TYPE &sentinel () const { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
[all …]