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.hh538 struct FDSelect3_4 struct
540 unsigned int get_size () const in get_size()
543 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
560 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()
570 GID_TYPE &nRanges () { return ranges.len; } in nRanges()
571 GID_TYPE nRanges () const { return ranges.len; } in nRanges()
572 GID_TYPE &sentinel () { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
573 const GID_TYPE &sentinel () const { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
575 ArrayOf<FDSelect3_4_Range<GID_TYPE, FD_TYPE>, GID_TYPE> ranges;