Home
last modified time | relevance | path

Searched refs:top_interp (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff2-table.hh420 cff2_top_dict_interpreter_t top_interp; in init() local
421 top_interp.env.init (topDictStr); in init()
423 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
Dhb-ot-cff1-table.hh1029 cff1_top_dict_interpreter_t top_interp; in init() local
1030 top_interp.env.init (topDictStr); in init()
1032 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
/third_party/chromium/patch/
D0001-cve.patch33272 cff2_top_dict_interpreter_t top_interp;
33273 top_interp.env.init (topDictStr);
33275 - if (unlikely (!top_interp.interpret (topDict))) { fini (); return; }
33276 + if (unlikely (!top_interp.interpret (topDict))) goto fail;