Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh510 struct FDSelect3_4 struct
512 unsigned int get_size () const in get_size()
515 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
532 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()
542 GID_TYPE &nRanges () { return ranges.len; } in nRanges()
543 GID_TYPE nRanges () const { return ranges.len; } in nRanges()
544 GID_TYPE &sentinel () { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
545 const GID_TYPE &sentinel () const { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
547 ArrayOf<FDSelect3_4_Range<GID_TYPE, FD_TYPE>, GID_TYPE> ranges;