Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.c110 ghost_info; variable
1334 return(&ghost_info); in NTGhostscriptDLLVectors()
1487 if ((nt_ghost_info.delete_instance == NULL) || (ghost_info.exit == NULL) || in NTGhostscriptHasValidHandle()
1488 (ghost_info.init_with_args == NULL) || in NTGhostscriptHasValidHandle()
1490 (ghost_info.run_string == NULL) || (ghost_info.set_stdio == NULL) || in NTGhostscriptHasValidHandle()
1491 (ghost_info.revision == NULL)) in NTGhostscriptHasValidHandle()
1528 (void) ResetMagickMemory((void *) &ghost_info,0,sizeof(GhostInfo)); in NTGhostscriptLoadDLL()
1529 ghost_info.delete_instance=NTGhostscriptDeleteInstance; in NTGhostscriptLoadDLL()
1530 ghost_info.exit=(int (MagickDLLCall *)(gs_main_instance*)) in NTGhostscriptLoadDLL()
1532 ghost_info.init_with_args=(int (MagickDLLCall *)(gs_main_instance *,int, in NTGhostscriptLoadDLL()
[all …]
/external/ImageMagick/coders/
Dps.c185 *ghost_info; in InvokePostscriptDelegate() local
201 ghost_info=NTGhostscriptDLLVectors(); in InvokePostscriptDelegate()
206 ghost_info=(&ghost_info_struct); in InvokePostscriptDelegate()
222 if (ghost_info == (GhostInfo *) NULL) in InvokePostscriptDelegate()
224 if ((ghost_info->revision)(&revision,sizeof(revision)) != 0) in InvokePostscriptDelegate()
234 status=(ghost_info->new_instance)(&interpreter,(void *) &errors); in InvokePostscriptDelegate()
241 (ghost_info->delete_instance)(interpreter); in InvokePostscriptDelegate()
244 (void) (ghost_info->set_stdio)(interpreter,(int(MagickDLLCall *)(void *, in InvokePostscriptDelegate()
246 status=(ghost_info->init_with_args)(interpreter,argc-1,argv+1); in InvokePostscriptDelegate()
248 status=(ghost_info->run_string)(interpreter,"systemdict /start get exec\n", in InvokePostscriptDelegate()
[all …]
Dpdf.c195 *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()
[all …]