Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:nexus

547                 *nexus;
554 nexus=XDisplayImage(display,&resource_info,argv,argc,
556 if (nexus == (Image *) NULL)
558 while ((nexus != (Image *) NULL) && ((state & ExitState) == 0))
563 if (nexus->montage != (char *) NULL)
568 display_image=nexus;
571 next=XDisplayImage(display,&resource_info,argv,argc,&nexus,
574 (GetNextImageInList(nexus) != (Image *) NULL))
576 display_image=GetNextImageInList(nexus);
577 nexus=NewImageList();
581 if (nexus != display_image)
582 nexus=DestroyImageList(nexus);
583 nexus=next;