Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.c108 nt_ghost_info; variable
149 nt_ghost_info.delete_instance(instance); in NTGhostscriptDeleteInstance()
150 nt_ghost_info.has_instance=MagickFalse; in NTGhostscriptDeleteInstance()
162 if (nt_ghost_info.has_instance == MagickFalse) in NTGhostscriptNewInstance()
164 status=nt_ghost_info.new_instance(pinstance,caller_handle); in NTGhostscriptNewInstance()
166 nt_ghost_info.has_instance=MagickTrue; in NTGhostscriptNewInstance()
1531 if ((nt_ghost_info.delete_instance == NULL) || (ghost_info.exit == NULL) || in NTGhostscriptHasValidHandle()
1533 (nt_ghost_info.new_instance == NULL) || in NTGhostscriptHasValidHandle()
1566 (void) memset((void *) &nt_ghost_info,0,sizeof(NTGhostInfo)); in NTGhostscriptLoadDLL()
1567 nt_ghost_info.delete_instance=(void (MagickDLLCall *)(gs_main_instance *)) ( in NTGhostscriptLoadDLL()
[all …]