Searched defs:clip_mask (Results 1 - 6 of 6) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddraw.h293 *clip_mask; member in struct:_DrawInfo
H A Ddraw.c345 if (draw_info->clip_mask != (char *) NULL)
346 (void) CloneString(&clone_info->clip_mask,draw_info->clip_mask);
869 if (draw_info->clip_mask != (char *) NULL)
870 draw_info->clip_mask=DestroyString(draw_info->clip_mask);
1415 *clip_mask;
1435 clip_mask=CloneImage(image,image->columns,image->rows,MagickTrue,exception);
1436 if (clip_mask == (Image *) NULL)
1439 &clip_mask
1401 *clip_mask; local
[all...]
H A Dimage.c718 *clip_mask;
744 clip_mask=BlobToImage(image_info,value,strlen(value),exception);
746 if (clip_mask == (Image *) NULL)
748 if (clip_mask->storage_class == PseudoClass)
750 (void) SyncImage(clip_mask,exception);
751 if (SetImageStorageClass(clip_mask,DirectClass,exception) == MagickFalse)
755 (void) NegateImage(clip_mask,MagickFalse,exception);
756 (void) FormatLocaleString(clip_mask->magick_filename,MagickPathExtent,
758 (void) SetImageMask(image,ReadPixelMask,clip_mask,exception);
759 clip_mask
710 *clip_mask; local
[all...]
/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c1242 if (CurrentContext->clip_mask != (char *) NULL)
1243 return((char *) AcquireString(CurrentContext->clip_mask));
2536 (void) SetXMLTreeContent(child,CurrentContext->clip_mask);
4614 % const char *clip_mask)
4620 % o clip_mask: name of clipping path to associate with image
4624 const char *clip_mask)
4627 (void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",clip_mask);
4630 assert(clip_mask != (const char *) NULL);
4631 if ((CurrentContext->clip_mask == (const char *) NULL) ||
4633 (LocaleCompare(CurrentContext->clip_mask,clip_mas
4529 DrawSetClipPath(DrawingWand *wand, const char *clip_mask) argument
[all...]
H A Dmagick-image.c9433 % const PixelMask type,const MagickWand *clip_mask)
9441 % o clip_mask: the clip_mask wand.
9445 const PixelMask type,const MagickWand *clip_mask)
9451 assert(clip_mask != (MagickWand *) NULL);
9452 assert(clip_mask->signature == MagickWandSignature);
9453 if (clip_mask->debug != MagickFalse)
9454 (void) LogMagickEvent(WandEvent,GetMagickModule(),"%s",clip_mask->name);
9455 if (clip_mask->images == (Image *) NULL)
9456 ThrowWandException(WandError,"ContainsNoImages",clip_mask
9256 MagickSetImageMask(MagickWand *wand, const PixelMask type,const MagickWand *clip_mask) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 119 milliseconds