Home
last modified time | relevance | path

Searched refs:topDictStr (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff2-table.hh418 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize); in init() local
419 if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; } in init()
421 top_interp.env.init (topDictStr); in init()
Dhb-ot-cff1-table.hh1027 const byte_str_t topDictStr = (*topDictIndex)[0]; in init() local
1028 if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; } in init()
1030 top_interp.env.init (topDictStr); in init()
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt11002 topDictStr
/third_party/chromium/patch/
D0001-cve.patch33269 byte_str_t topDictStr (cff2 + cff2->topDict, cff2->topDictSize);
33270 - if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; }
33271 + if (unlikely (!topDictStr.sanitize (&sc))) goto fail;
33273 top_interp.env.init (topDictStr);