Lines Matching refs:ghost_info
197 *ghost_info; in InvokePDFDelegate() local
213 ghost_info=NTGhostscriptDLLVectors(); in InvokePDFDelegate()
218 ghost_info=(&ghost_info_struct); in InvokePDFDelegate()
234 if (ghost_info == (GhostInfo *) NULL) in InvokePDFDelegate()
236 if ((ghost_info->revision)(&revision,sizeof(revision)) != 0) in InvokePDFDelegate()
246 status=(ghost_info->new_instance)(&interpreter,(void *) &errors); in InvokePDFDelegate()
253 (ghost_info->delete_instance)(interpreter); in InvokePDFDelegate()
256 (void) (ghost_info->set_stdio)(interpreter,(int (MagickDLLCall *)(void *, in InvokePDFDelegate()
258 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1); in InvokePDFDelegate()
260 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n", in InvokePDFDelegate()
262 (ghost_info->exit)(interpreter); in InvokePDFDelegate()
263 (ghost_info->delete_instance)(interpreter); in InvokePDFDelegate()