Lines Matching defs:accelerator_templ_t
421 struct accelerator_templ_t struct
423 void init (hb_face_t *face) in init()
496 void fini () in fini()
505 bool is_valid () const { return blob != nullptr; } in is_valid()
508 hb_blob_t *blob;
509 hb_sanitize_context_t sc;
512 CFF2TopDictValues topDict;
513 const CFF2Subrs *globalSubrs;
514 const CFF2VariationStore *varStore;
515 const CFF2CharStrings *charStrings;
516 const CFF2FDArray *fdArray;
517 const CFF2FDSelect *fdSelect;
518 unsigned int fdCount;
520 hb_vector_t<CFF2FontDictValues> fontDicts;
521 hb_vector_t<PRIVDICTVAL> privateDicts;
523 unsigned int num_glyphs;