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.hh450 struct FDSelect struct
452 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()
462 unsigned int get_size (unsigned int num_glyphs) const in get_size()
472 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()
484 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
498 HBUINT8 format;
499 union {
502 } u;
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py1047 class FDSelect(object): class