Searched defs:accelerator_templ_t (Results 1 – 2 of 2) sorted by relevance
394 struct accelerator_templ_t struct396 accelerator_templ_t (hb_face_t *face) in accelerator_templ_t() argument475 ~accelerator_templ_t () { _fini (); } in ~accelerator_templ_t()476 void _fini () in _fini()486 hb_map_t *create_glyph_to_sid_map () const in create_glyph_to_sid_map()491 bool is_valid () const { return blob; } in is_valid()494 hb_sanitize_context_t sc;497 hb_blob_t *blob = nullptr;498 cff2_top_dict_values_t topDict;499 const CFF2Subrs *globalSubrs = nullptr;[all …]
1034 struct accelerator_templ_t struct1036 void init (hb_face_t *face) in init()1178 void fini () in fini()1188 bool is_valid () const { return blob; } in is_valid()1189 bool is_CID () const { return topDict.is_CID (); } in is_CID()1191 bool is_predef_charset () const { return topDict.CharsetOffset <= ExpertSubsetCharset; } in is_predef_charset()1193 unsigned int std_code_to_glyph (hb_codepoint_t code) const in std_code_to_glyph()1206 bool is_predef_encoding () const { return topDict.EncodingOffset <= ExpertEncoding; } in is_predef_encoding()1208 hb_codepoint_t glyph_to_code (hb_codepoint_t glyph) const in glyph_to_code()1232 hb_map_t *create_glyph_to_sid_map () const in create_glyph_to_sid_map()[all …]