Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.c111 ghost_info; variable
1378 return(&ghost_info); in NTGhostscriptDLLVectors()
1531 if ((nt_ghost_info.delete_instance == NULL) || (ghost_info.exit == NULL) || in NTGhostscriptHasValidHandle()
1532 (ghost_info.init_with_args == NULL) || in NTGhostscriptHasValidHandle()
1534 (ghost_info.run_string == NULL) || (ghost_info.set_stdio == NULL) || in NTGhostscriptHasValidHandle()
1535 (ghost_info.revision == NULL)) in NTGhostscriptHasValidHandle()
1572 (void) memset((void *) &ghost_info,0,sizeof(GhostInfo)); in NTGhostscriptLoadDLL()
1573 ghost_info.delete_instance=NTGhostscriptDeleteInstance; in NTGhostscriptLoadDLL()
1574 ghost_info.exit=(int (MagickDLLCall *)(gs_main_instance*)) in NTGhostscriptLoadDLL()
1576 ghost_info.init_with_args=(int (MagickDLLCall *)(gs_main_instance *,int, in NTGhostscriptLoadDLL()
[all …]
/external/ImageMagick/coders/
Dps.c187 *ghost_info; in InvokePostscriptDelegate() local
203 ghost_info=NTGhostscriptDLLVectors(); in InvokePostscriptDelegate()
208 ghost_info=(&ghost_info_struct); in InvokePostscriptDelegate()
224 if (ghost_info == (GhostInfo *) NULL) in InvokePostscriptDelegate()
226 if ((ghost_info->revision)(&revision,sizeof(revision)) != 0) in InvokePostscriptDelegate()
236 status=(ghost_info->new_instance)(&interpreter,(void *) &errors); in InvokePostscriptDelegate()
243 (ghost_info->delete_instance)(interpreter); in InvokePostscriptDelegate()
246 (void) (ghost_info->set_stdio)(interpreter,(int (MagickDLLCall *)(void *, in InvokePostscriptDelegate()
248 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1); in InvokePostscriptDelegate()
250 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n", in InvokePostscriptDelegate()
[all …]
Dpdf.c197 *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()
[all …]