Lines Matching refs:fini
151 void fini () { top_dict_values_t<>::fini (); } in fini() function
221 void fini () { dict_values_t<op_str_t>::fini (); } in fini() function
262 void fini () { dict_values_t<VAL>::fini (); } in fini() function
442 { fini (); return; } in init()
446 if (unlikely (!topDictStr.sanitize (&sc))) { fini (); return; } in init()
450 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
464 { fini (); return; } in init()
468 { fini (); return; } in init()
477 if (unlikely (!fontDictStr.sanitize (&sc))) { fini (); return; } in init()
482 if (unlikely (font == &Crap(cff2_font_dict_values_t))) { fini (); return; } in init()
484 if (unlikely (!font_interp.interpret (*font))) { fini (); return; } in init()
487 if (unlikely (!privDictStr.sanitize (&sc))) { fini (); return; } in init()
491 if (unlikely (!priv_interp.interpret (privateDicts[i]))) { fini (); return; } in init()
496 { fini (); return; } in init()
500 void fini () in fini() function
503 topDict.fini (); in fini()