Searched defs:accelerator_templ_t (Results 1 – 2 of 2) sorted by relevance
398 struct accelerator_templ_t struct400 void init (hb_face_t *face) in init()474 void fini () in fini()484 bool is_valid () const { return blob; } in is_valid()487 hb_blob_t *blob;488 hb_sanitize_context_t sc;491 cff2_top_dict_values_t topDict;492 const CFF2Subrs *globalSubrs;493 const CFF2VariationStore *varStore;494 const CFF2CharStrings *charStrings;[all …]
999 struct accelerator_templ_t struct1001 void init (hb_face_t *face) in init()1143 void fini () in fini()1153 bool is_valid () const { return blob; } in is_valid()1154 bool is_CID () const { return topDict.is_CID (); } in is_CID()1156 bool is_predef_charset () const { return topDict.CharsetOffset <= ExpertSubsetCharset; } in is_predef_charset()1158 unsigned int std_code_to_glyph (hb_codepoint_t code) const in std_code_to_glyph()1171 bool is_predef_encoding () const { return topDict.EncodingOffset <= ExpertEncoding; } in is_predef_encoding()1173 hb_codepoint_t glyph_to_code (hb_codepoint_t glyph) const in glyph_to_code()1197 hb_codepoint_t glyph_to_sid (hb_codepoint_t glyph) const in glyph_to_sid()[all …]