Lines Matching refs:ghost_info
195 *ghost_info; in InvokePDFDelegate() local
211 ghost_info=NTGhostscriptDLLVectors(); in InvokePDFDelegate()
216 ghost_info=(&ghost_info_struct); in InvokePDFDelegate()
232 if (ghost_info == (GhostInfo *) NULL) in InvokePDFDelegate()
234 if ((ghost_info->revision)(&revision,sizeof(revision)) != 0) in InvokePDFDelegate()
244 status=(ghost_info->new_instance)(&interpreter,(void *) &errors); in InvokePDFDelegate()
251 (ghost_info->delete_instance)(interpreter); in InvokePDFDelegate()
254 (void) (ghost_info->set_stdio)(interpreter,(int(MagickDLLCall *)(void *, in InvokePDFDelegate()
256 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1); in InvokePDFDelegate()
258 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n", in InvokePDFDelegate()
260 (ghost_info->exit)(interpreter); in InvokePDFDelegate()
261 (ghost_info->delete_instance)(interpreter); in InvokePDFDelegate()