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

/external/ImageMagick/MagickWand/
H A Dmagick-image.c1417 % const MagickWand *clut_wand,const PixelInterpolateMethod method)
1429 const MagickWand *clut_wand,const PixelInterpolateMethod method)
1438 if ((wand->images == (Image *) NULL) || (clut_wand->images == (Image *) NULL))
1440 status=ClutImage(wand->images,clut_wand->images,method,wand->exception);
1400 MagickClutImage(MagickWand *wand, const MagickWand *clut_wand,const PixelInterpolateMethod method) argument

Completed in 328 milliseconds