Lines Matching defs:accelerator_templ_t
425 struct accelerator_templ_t struct
427 void init (hb_face_t *face) in init()
500 void fini () in fini()
510 bool is_valid () const { return blob != nullptr; } in is_valid()
513 hb_blob_t *blob;
514 hb_sanitize_context_t sc;
517 cff2_top_dict_values_t topDict;
518 const CFF2Subrs *globalSubrs;
519 const CFF2VariationStore *varStore;
520 const CFF2CharStrings *charStrings;
521 const CFF2FDArray *fdArray;
522 const CFF2FDSelect *fdSelect;
523 unsigned int fdCount;
525 hb_vector_t<cff2_font_dict_values_t> fontDicts;
526 hb_vector_t<PRIVDICTVAL> privateDicts;
528 unsigned int num_glyphs;