Home
last modified time | relevance | path

Searched defs:cff2 (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cff2-table.hh382 struct cff2 struct
384 static constexpr hb_tag_t tableTag = HB_OT_TAG_cff2;
408 const OT::cff2 *cff2 = this->blob->template as<OT::cff2> (); in accelerator_templ_t()
512 struct accelerator_t : accelerator_templ_t<cff2_private_dict_opset_t, cff2_private_dict_values_t>
522 …_templ_t<cff2_private_dict_opset_subset_t, cff2_private_dict_values_subset_t> accelerator_subset_t;
524 bool subset (hb_subset_context_t *c) const { return hb_subset_cff2 (c); } in subset()
527 FixedVersion<HBUINT8> version; /* Version of CFF2 table. set to 0x0200u */
528 NNOffsetTo<TopDict, HBUINT8> topDict; /* headerSize = Offset to Top DICT. */
529 HBUINT16 topDictSize; /* Top DICT size */
Dhb-subset-cff2.cc423 OT::cff2 *cff2 = c->allocate_min<OT::cff2> (); in _serialize_cff2() local
/external/freetype/src/cff/
Dcffload.c237 FT_Bool cff2 ) in cff_index_init()
2005 FT_Bool cff2 = FT_BOOL( code == CFF2_CODE_TOPDICT || in cff_subfont_load() local
2190 FT_Bool cff2 ) in cff_font_load()
Dcffobjs.c516 FT_Bool cff2 = 0; in cff_face_init() local
/external/freetype/include/freetype/internal/
Dcfftypes.h352 FT_Bool cff2; member