Home
last modified time | relevance | path

Searched refs:topDict (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff2-table.hh402 topDict.init (); in init()
418 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init()
422 topDict.init (); in init()
423 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
426 globalSubrs = &StructAtOffset<CFF2Subrs> (cff2, cff2->topDict + cff2->topDictSize); in init()
427 varStore = &StructAtOffsetOrNull<CFF2VariationStore> (cff2, topDict.vstoreOffset); in init()
428 charStrings = &StructAtOffsetOrNull<CFF2CharStrings> (cff2, topDict.charStringsOffset); in init()
429 fdArray = &StructAtOffsetOrNull<CFF2FDArray> (cff2, topDict.FDArrayOffset); in init()
430 fdSelect = &StructAtOffsetOrNull<CFF2FDSelect> (cff2, topDict.FDSelectOffset); in init()
477 topDict.fini (); in fini()
[all …]
Dhb-ot-cff1-table.hh1003 topDict.init (); in init()
1031 topDict.init (); in init()
1032 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
1039 charset = &StructAtOffsetOrNull<Charset> (cff, topDict.CharsetOffset); in init()
1046 fdArray = &StructAtOffsetOrNull<CFF1FDArray> (cff, topDict.FDArrayOffset); in init()
1047 fdSelect = &StructAtOffsetOrNull<CFF1FDSelect> (cff, topDict.FDSelectOffset); in init()
1069 encoding = &StructAtOffsetOrNull<Encoding> (cff, topDict.EncodingOffset); in init()
1082 charStrings = &StructAtOffsetOrNull<CFF1CharStrings> (cff, topDict.charStringsOffset); in init()
1126 cff1_top_dict_values_t *font = &topDict; in init()
1146 topDict.fini (); in fini()
[all …]
Dhb-subset-cff2.cc445 cff2->topDict = OT::cff2::static_size; in _serialize_cff2()
449 TopDict &dict = cff2 + cff2->topDict; in _serialize_cff2()
451 if (unlikely (!dict.serialize (c, acc.topDict, topSzr, plan.info))) return false; in _serialize_cff2()
Dhb-subset-cff1.cc521 unsigned int sid = acc.topDict.nameSIDs[i]; in collect_sids_in_dicts()
567 topdict_mod.init (&acc.topDict); in create()
568 bool need_to_add_enc = (subset_encoding && !acc.topDict.has_op (OpCode_Encoding)); in create()
569 bool need_to_add_set = (subset_charset && !acc.topDict.has_op (OpCode_charset)); in create()
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt10995 topDict
/third_party/chromium/patch/
D0001-cve.patch33097 topDict.fini ();
33135 cff1_top_dict_values_t topDict;
33259 topDict.init ();
33269 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize);
33274 topDict.init ();
33275 - if (unlikely (!top_interp.interpret (topDict))) { fini (); return; }
33276 + if (unlikely (!top_interp.interpret (topDict))) goto fail;
33279 globalSubrs = &StructAtOffset<CFF2Subrs> (cff2, cff2->topDict + cff2->topDictSize);
33341 topDict.fini ();
33358 cff2_top_dict_values_t topDict;