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.hh511 struct FDSelect struct
513 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()
523 unsigned int get_size (unsigned int num_glyphs) const in get_size()
533 unsigned get_fd (hb_codepoint_t glyph) const in get_fd()
545 hb_pair_t<unsigned, hb_codepoint_t> get_fd_range (hb_codepoint_t glyph) const in get_fd_range()
557 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
571 HBUINT8 format;
572 union {
575 } u;
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py1086 class FDSelect(object): class