Searched defs:FDSelect (Results 1 – 2 of 2) sorted by relevance
584 struct FDSelect struct586 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()596 unsigned int calculate_serialized_size (unsigned int num_glyphs) const in calculate_serialized_size()599 unsigned int get_size (unsigned int num_glyphs) const in get_size()609 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()621 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()635 HBUINT8 format;636 union {639 } u;
943 class FDSelect(object): class