Searched defs:cff2 (Results 1 – 5 of 5) sorted by relevance
413 struct cff2 struct415 static constexpr hb_tag_t tableTag = HB_OT_TAG_cff2;439 const OT::cff2 *cff2 = this->blob->template as<OT::cff2> (); in init()531 struct accelerator_t : accelerator_templ_t<cff2_private_dict_opset_t, cff2_private_dict_values_t>538 …_templ_t<cff2_private_dict_opset_subset_t, cff2_private_dict_values_subset_t> accelerator_subset_t;540 bool subset (hb_subset_plan_t *plan) const in subset()559 FixedVersion<HBUINT8> version; /* Version of CFF2 table. set to 0x0200u */560 NNOffsetTo<TopDict, HBUINT8> topDict; /* headerSize = Offset to Top DICT. */561 HBUINT16 topDictSize; /* Top DICT size */
450 OT::cff2 *cff2 = c.start_serialize<OT::cff2> (); in _write_cff2() local
237 FT_Bool cff2 ) in cff_index_init()2003 FT_Bool cff2 = FT_BOOL( code == CFF2_CODE_TOPDICT || in cff_subfont_load() local2188 FT_Bool cff2 ) in cff_font_load()
513 FT_Bool cff2 = 0; in cff_face_init() local
352 FT_Bool cff2; member