Searched refs:fontDicts (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cff-common.hh | 474 const hb_vector_t<DICTVAL> &fontDicts, in serialize() 479 this->count.set (fontDicts.len); in serialize() 481 if (!unlikely (c->allocate_size<HBUINT8> (offSize_ * (fontDicts.len + 1)))) in serialize() 487 for (; fid < fontDicts.len; fid++) in serialize() 490 offset += FontDict::calculate_serialized_size (fontDicts[fid], opszr); in serialize() 495 for (unsigned int i = 0; i < fontDicts.len; i++) in serialize() 498 if (unlikely (!dict->serialize (c, fontDicts[i], opszr, fontDicts[i]))) in serialize() 508 const hb_vector_t<DICTVAL> &fontDicts, in serialize() 524 for (unsigned i = 0; i < fontDicts.len; i++) in serialize() 528 offset += FontDict::calculate_serialized_size (fontDicts[i], opszr); in serialize() [all …]
|
D | hb-ot-cff2-table.hh | 426 fontDicts.init (); in init() 477 font = fontDicts.push (); in init() 499 fontDicts.fini_deep (); in fini() 520 hb_vector_t<CFF2FontDictValues> fontDicts; member
|
D | hb-subset-cff2.cc | 375 for (unsigned int i = 0; i < acc.fontDicts.len; i++) in create() 377 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr); in create() 512 acc.fontDicts, plan.subset_fdcount, plan.fdmap, in _write_cff2()
|
D | hb-subset-cff1.cc | 585 (void)sidmap.add (acc.fontDicts[i].fontName); in collect_sids_in_dicts() 772 for (unsigned int i = 0; i < acc.fontDicts.len; i++) in create() 774 dictsSize += FontDict::calculate_serialized_size (acc.fontDicts[i], fontSzr); in create() 806 fontdict_mod.init ( &acc.fontDicts[i], sidmap[acc.fontDicts[i].fontName], privInfo ); in create()
|
D | hb-ot-cff1-table.hh | 1003 fontDicts.init (); in init() 1090 font = fontDicts.push (); in init() 1131 fontDicts.fini_deep (); in fini() 1171 hb_vector_t<CFF1FontDictValues> fontDicts; member
|