Searched defs:cff2 (Results 1 – 5 of 5) sorted by relevance
386 struct cff2 struct388 static constexpr hb_tag_t tableTag = HB_OT_TAG_cff2;412 const OT::cff2 *cff2 = this->blob->template as<OT::cff2> (); in init()505 struct accelerator_t : accelerator_templ_t<cff2_private_dict_opset_t, cff2_private_dict_values_t>515 …_templ_t<cff2_private_dict_opset_subset_t, cff2_private_dict_values_subset_t> accelerator_subset_t;517 bool subset (hb_subset_context_t *c) const { return hb_subset_cff2 (c); } in subset()520 FixedVersion<HBUINT8> version; /* Version of CFF2 table. set to 0x0200u */521 NNOffsetTo<TopDict, HBUINT8> topDict; /* headerSize = Offset to Top DICT. */522 HBUINT16 topDictSize; /* Top DICT size */
439 OT::cff2 *cff2 = c->allocate_min<OT::cff2> (); in _serialize_cff2() local
237 FT_Bool cff2 ) in cff_index_init()2005 FT_Bool cff2 = FT_BOOL( code == CFF2_CODE_TOPDICT || in cff_subfont_load() local2190 FT_Bool cff2 ) in cff_font_load()
518 FT_Bool cff2 = 0; in cff_face_init() local
352 FT_Bool cff2; member