Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-cff-common.hh295 struct FDSelect struct
297 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()
307 unsigned int get_size (unsigned int num_glyphs) const in get_size()
317 unsigned get_fd (hb_codepoint_t glyph) const in get_fd()
329 hb_pair_t<unsigned, hb_codepoint_t> get_fd_range (hb_codepoint_t glyph) const in get_fd_range()
341 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
356 HBUINT8 format;
357 union {
360 } u;
/aosp_15_r20/external/fonttools/Lib/fontTools/cffLib/
H A D__init__.py1086 class FDSelect(object): class