Lines Matching refs:fini
147 void fini () { top_dict_values_t<>::fini (); } in fini() function
197 void fini () { dict_values_t<op_str_t>::fini (); } in fini() function
238 void fini () { dict_values_t<VAL>::fini (); } in fini() function
415 { fini (); return; } in init()
419 if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; } in init()
423 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
437 { fini (); return; } in init()
441 { fini (); return; } in init()
445 { fini (); return; } in init()
451 if (unlikely (!fontDictStr.sanitize (&sc))) { fini (); return; } in init()
456 if (unlikely (font == &Crap (cff2_font_dict_values_t))) { fini (); return; } in init()
458 if (unlikely (!font_interp.interpret (*font))) { fini (); return; } in init()
461 if (unlikely (!privDictStr.sanitize (&sc))) { fini (); return; } in init()
465 if (unlikely (!priv_interp.interpret (privateDicts[i]))) { fini (); return; } in init()
470 { fini (); return; } in init()
474 void fini () in fini() function
477 topDict.fini (); in fini()