Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh556 struct FDSelect struct
558 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()
568 unsigned int get_size (unsigned int num_glyphs) const in get_size()
578 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()
590 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
604 HBUINT8 format;
605 union {
608 } u;
/third_party/harfbuzz/src/
Dhb-ot-cff-common.hh556 struct FDSelect struct
558 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()
568 unsigned int get_size (unsigned int num_glyphs) const in get_size()
578 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()
590 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
604 HBUINT8 format;
605 union {
608 } u;
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff-common.hh652 struct FDSelect { struct
653 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()
663 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()
673 unsigned int calculate_serialized_size (unsigned int num_glyphs) const in calculate_serialized_size()
676 unsigned int get_size (unsigned int num_glyphs) const in get_size()
686 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()
696 HBUINT8 format;
697 union {
700 } u;