Lines Matching defs:accelerator_templ_t
998 struct accelerator_templ_t struct
1000 void init (hb_face_t *face) in init()
1127 void fini () in fini()
1137 bool is_valid () const { return blob != nullptr; } in is_valid()
1138 bool is_CID () const { return topDict.is_CID (); } in is_CID()
1140 bool is_predef_charset () const { return topDict.CharsetOffset <= ExpertSubsetCharset; } in is_predef_charset()
1142 unsigned int std_code_to_glyph (hb_codepoint_t code) const in std_code_to_glyph()
1156 hb_blob_t *blob;
1157 hb_sanitize_context_t sc;
1160 const Charset *charset;
1161 const CFF1NameIndex *nameIndex;
1162 const CFF1TopDictIndex *topDictIndex;
1163 const CFF1StringIndex *stringIndex;
1164 const CFF1Subrs *globalSubrs;
1165 const CFF1CharStrings *charStrings;
1166 const CFF1FDArray *fdArray;
1167 const CFF1FDSelect *fdSelect;
1168 unsigned int fdCount;
1170 CFF1TopDictValues topDict;
1171 hb_vector_t<CFF1FontDictValues> fontDicts;
1172 hb_vector_t<PRIVDICTVAL> privateDicts;
1174 unsigned int num_glyphs;