Home
last modified time | relevance | path

Searched defs:Charset (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff1-table.hh436 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/
Dhb-ot-cff1-table.hh440 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/
Dhb-ot-cff1-table.hh440 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/
Dicu4j-readme.md350 ### Charset subsection
/third_party/python/Lib/email/
Dcharset.py167 class Charset: class
Dheader.py21 Charset = _charset.Charset variable
Dmessage.py20 Charset = _charset.Charset variable