Searched refs:fontDicts (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 409 const hb_vector_t<DICTVAL> &fontDicts, in serialize() 414 this->count = fontDicts.length; in serialize() 416 if (unlikely (!c->allocate_size<HBUINT8> (offSize_ * (fontDicts.length + 1)))) in serialize() 422 for (; fid < fontDicts.length; fid++) in serialize() 425 offset += FontDict::calculate_serialized_size (fontDicts[fid], opszr); in serialize() 430 for (unsigned int i = 0; i < fontDicts.length; i++) in serialize() 433 if (unlikely (!dict->serialize (c, fontDicts[i], opszr, fontDicts[i]))) in serialize() 443 const hb_vector_t<DICTVAL> &fontDicts, in serialize() 459 for (unsigned i = 0; i < fontDicts.length; i++) in serialize() 464 offset += FontDict::calculate_serialized_size (fontDicts[i], opszr); in serialize() [all …]
|
D | hb-ot-cff2-table.hh | 430 fontDicts.init (); in init() 481 font = fontDicts.push (); in init() 504 fontDicts.fini_deep (); in fini() 525 hb_vector_t<cff2_font_dict_values_t> fontDicts; member
|
D | hb-subset-cff2.cc | 381 for (unsigned int i = 0; i < acc.fontDicts.length; i++) in create() 383 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr); in create() 517 acc.fontDicts, plan.subset_fdcount, plan.fdmap, in _write_cff2()
|
D | hb-subset-cff1.cc | 600 (void)sidmap.add (acc.fontDicts[i].fontName); in collect_sids_in_dicts() 792 for (unsigned int i = 0; i < acc.fontDicts.length; i++) in create() 794 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr); in create() 826 fontdict_mod.init ( &acc.fontDicts[i], sidmap[acc.fontDicts[i].fontName], privInfo ); in create()
|
D | hb-ot-cff1-table.hh | 1023 fontDicts.init (); in init() 1110 font = fontDicts.push (); in init() 1151 fontDicts.fini_deep (); in fini() 1191 hb_vector_t<cff1_font_dict_values_t> fontDicts; member
|