Searched defs:Charset (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff1-table.hh | 436 struct Charset { struct 437 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 454 bool serialize (hb_serialize_context_t *c, const Charset &src, unsigned int num_glyphs) in serialize() 465 bool serialize (hb_serialize_context_t *c, in serialize() 514 static unsigned int calculate_serialized_size ( in calculate_serialized_size() 529 unsigned int get_size (unsigned int num_glyphs) const in get_size() 541 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid() 551 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() 561 HBUINT8 format; 562 union { [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff1-table.hh | 440 struct Charset struct 443 bool serialize (hb_serialize_context_t *c, const Charset &src, unsigned int num_glyphs) in serialize() 454 bool serialize (hb_serialize_context_t *c, in serialize() 511 unsigned int get_size (unsigned int num_glyphs) const in get_size() 522 hb_codepoint_t get_sid (hb_codepoint_t glyph, unsigned int num_glyphs) const in get_sid() 534 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() 545 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 560 HBUINT8 format; 561 union { 565 } u;
|
/third_party/harfbuzz/src/ |
D | hb-ot-cff1-table.hh | 440 struct Charset struct 443 bool serialize (hb_serialize_context_t *c, const Charset &src, unsigned int num_glyphs) in serialize() 454 bool serialize (hb_serialize_context_t *c, in serialize() 511 unsigned int get_size (unsigned int num_glyphs) const in get_size() 522 hb_codepoint_t get_sid (hb_codepoint_t glyph, unsigned int num_glyphs) const in get_sid() 534 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() 545 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 560 HBUINT8 format; 561 union { 565 } u;
|
/third_party/icu/docs/userguide/ |
D | icu4j-readme.md | 350 ### Charset subsection
|
/third_party/python/Lib/email/ |
D | charset.py | 167 class Charset: class
|
D | header.py | 21 Charset = _charset.Charset variable
|
D | message.py | 20 Charset = _charset.Charset variable
|