Searched defs:Charset (Results 1 – 6 of 6) sorted by relevance
465 struct Charset struct468 bool serialize (hb_serialize_context_t *c, const Charset &src, unsigned int num_glyphs) in serialize()479 bool serialize (hb_serialize_context_t *c, in serialize()536 unsigned int get_size (unsigned int num_glyphs) const in get_size()547 hb_codepoint_t get_sid (hb_codepoint_t glyph, unsigned int num_glyphs) const in get_sid()558 void collect_glyph_to_sid_map (hb_map_t *mapping, unsigned int num_glyphs) const in collect_glyph_to_sid_map()569 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph()580 bool sanitize (hb_sanitize_context_t *c) const in sanitize()595 HBUINT8 format;596 union {[all …]
167 class Charset: class
21 Charset = _charset.Charset variable
20 Charset = _charset.Charset variable
156 class Charset: class
655 const FX_Charset Charset = GetCharset(code_page, base_font, flags); in FindSubstFont() local