Searched defs:FDSelect (Results 1 – 2 of 2) sorted by relevance
295 struct FDSelect struct297 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()307 unsigned int get_size (unsigned int num_glyphs) const in get_size()317 unsigned get_fd (hb_codepoint_t glyph) const in get_fd()329 hb_pair_t<unsigned, hb_codepoint_t> get_fd_range (hb_codepoint_t glyph) const in get_fd_range()341 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()356 HBUINT8 format;357 union {360 } u;
1086 class FDSelect(object): class