Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dnt-base.c107 nt_ghost_info; variable
148 nt_ghost_info.delete_instance(instance); in NTGhostscriptDeleteInstance()
149 nt_ghost_info.has_instance=MagickFalse; in NTGhostscriptDeleteInstance()
161 if (nt_ghost_info.has_instance == MagickFalse) in NTGhostscriptNewInstance()
163 status=nt_ghost_info.new_instance(pinstance,caller_handle); in NTGhostscriptNewInstance()
165 nt_ghost_info.has_instance=MagickTrue; in NTGhostscriptNewInstance()
1487 if ((nt_ghost_info.delete_instance == NULL) || (ghost_info.exit == NULL) || in NTGhostscriptHasValidHandle()
1489 (nt_ghost_info.new_instance == NULL) || in NTGhostscriptHasValidHandle()
1522 (void) ResetMagickMemory((void *) &nt_ghost_info,0,sizeof(NTGhostInfo)); in NTGhostscriptLoadDLL()
1523 nt_ghost_info.delete_instance=(void (MagickDLLCall *)(gs_main_instance *)) ( in NTGhostscriptLoadDLL()
[all …]