Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh649 struct FDSelect { struct
650 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;
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py801 class FDSelect(object): class