Searched defs:FDSelect (Results 1 – 2 of 2) sorted by relevance
649 struct FDSelect { struct650 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()660 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()670 unsigned int calculate_serialized_size (unsigned int num_glyphs) const in calculate_serialized_size()673 unsigned int get_size (unsigned int num_glyphs) const in get_size()683 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()693 HBUINT8 format;694 union {697 } u;
801 class FDSelect(object): class