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.hh398 struct FDSelect3_4 struct
400 unsigned int get_size () const in get_size()
403 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
420 static int _cmp_range (const void *_key, const void *_item) in _cmp_range()
430 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()
436 GID_TYPE &nRanges () { return ranges.len; } in nRanges()
437 GID_TYPE nRanges () const { return ranges.len; } in nRanges()
438 GID_TYPE &sentinel () { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
439 const GID_TYPE &sentinel () const { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
441 ArrayOf<FDSelect3_4_Range<GID_TYPE, FD_TYPE>, GID_TYPE> ranges;