Lines Matching defs:FDSelect3_4
230 struct FDSelect3_4 struct
232 unsigned int get_size () const in get_size()
235 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
257 static int _cmp_range (const void *_key, const void *_item) in _cmp_range()
267 unsigned get_fd (hb_codepoint_t glyph) const in get_fd()
273 hb_pair_t<unsigned, hb_codepoint_t> get_fd_range (hb_codepoint_t glyph) const in get_fd_range()
281 GID_TYPE &nRanges () { return ranges.len; } in nRanges()
282 GID_TYPE nRanges () const { return ranges.len; } in nRanges()
283 GID_TYPE &sentinel () { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
284 const GID_TYPE &sentinel () const { return StructAfter<GID_TYPE> (ranges[nRanges () - 1]); } in sentinel()
286 ArrayOf<FDSelect3_4_Range<GID_TYPE, FD_TYPE>, GID_TYPE> ranges;