PixelWand         608 Magick++/lib/Drawable.cpp   PixelWand *pixel_wand=NewPixelWand();
PixelWand        1250 Magick++/lib/Drawable.cpp   PixelWand *pixel_wand=NewPixelWand();
PixelWand        1524 Magick++/lib/Drawable.cpp   PixelWand *pixel_wand=NewPixelWand();
PixelWand        1363 Magick++/lib/Magick++/Include.h   using MagickCore::PixelWand;
PixelWand         466 coders/wmf.c     PixelWand
PixelWand         476 coders/wmf.c     PixelWand
PixelWand         491 coders/wmf.c     PixelWand
PixelWand         502 coders/wmf.c     PixelWand
PixelWand         517 coders/wmf.c     PixelWand
PixelWand         874 coders/wmf.c         PixelWand
PixelWand        1589 coders/wmf.c             PixelWand
PixelWand          71 tests/drawtest.c   PixelWand
PixelWand        5186 tests/wandtest.c   PixelWand
PixelWand        5374 tests/wandtest.c   for (i=0; pixels != (PixelWand **) NULL; i++)
PixelWand          81 wand/deprecate.c   PixelWand
PixelWand         241 wand/deprecate.c     clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **)
PixelWand         278 wand/deprecate.c static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands,
PixelWand         284 wand/deprecate.c   assert(pixel_wands != (PixelWand ***) NULL);
PixelWand         286 wand/deprecate.c     if (pixel_wands[i] != (PixelWand **) NULL)
PixelWand         288 wand/deprecate.c   pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands);
PixelWand         732 wand/deprecate.c WandExport PixelWand **GetPixelViewPixels(const PixelView *pixel_view)
PixelWand        1174 wand/deprecate.c   const PixelWand *fill,const double fuzz,const PixelWand *bordercolor,
PixelWand        1196 wand/deprecate.c   if (bordercolor != (PixelWand *) NULL)
PixelWand        1200 wand/deprecate.c     bordercolor != (PixelWand *) NULL ? FillToBorderMethod : FloodfillMethod);
PixelWand        1641 wand/deprecate.c   const double alpha,const double fuzz,const PixelWand *bordercolor,
PixelWand        1662 wand/deprecate.c   if (bordercolor != (PixelWand *) NULL)
PixelWand        1667 wand/deprecate.c     (PixelWand *) NULL ? FillToBorderMethod : FloodfillMethod);
PixelWand        1884 wand/deprecate.c   const PixelWand *target,const PixelWand *fill,const double fuzz)
PixelWand        1932 wand/deprecate.c   const ChannelType channel,const PixelWand *fill,const double fuzz,
PixelWand        1933 wand/deprecate.c   const PixelWand *bordercolor,const ssize_t x,const ssize_t y)
PixelWand        1985 wand/deprecate.c   const PixelWand *target,const PixelWand *fill,const double fuzz)
PixelWand        1991 wand/deprecate.c   const ChannelType channel,const PixelWand *target,const PixelWand *fill,
PixelWand        2040 wand/deprecate.c   const PixelWand *target,const double alpha,const double fuzz)
PixelWand        2375 wand/deprecate.c   const PixelWand *target,const double alpha,const double fuzz)
PixelWand        2536 wand/deprecate.c static PixelWand ***AcquirePixelsThreadSet(const size_t number_wands,
PixelWand        2539 wand/deprecate.c   PixelWand
PixelWand        2545 wand/deprecate.c   pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads,
PixelWand        2547 wand/deprecate.c   if (pixel_wands == (PixelWand ***) NULL)
PixelWand        2548 wand/deprecate.c     return((PixelWand ***) NULL);
PixelWand        2553 wand/deprecate.c     if (pixel_wands[i] == (PixelWand **) NULL)
PixelWand        2583 wand/deprecate.c   if (pixel_view->pixel_wands == (PixelWand ***) NULL)
PixelWand        2645 wand/deprecate.c   if (pixel_view->pixel_wands == (PixelWand ***) NULL)
PixelWand        2679 wand/deprecate.c WandExport PixelWand **PixelGetNextRow(PixelIterator *iterator)
PixelWand          78 wand/deprecate.h   MagickColorFloodfillImage(MagickWand *,const PixelWand *,const double,
PixelWand          79 wand/deprecate.h     const PixelWand *,const ssize_t,const ssize_t)
PixelWand          92 wand/deprecate.h     const PixelWand *,const ssize_t,const ssize_t)
PixelWand         100 wand/deprecate.h   MagickOpaqueImage(MagickWand *,const PixelWand *,const PixelWand *,
PixelWand         102 wand/deprecate.h   MagickPaintFloodfillImage(MagickWand *,const ChannelType,const PixelWand *,
PixelWand         103 wand/deprecate.h     const double,const PixelWand *,const ssize_t,const ssize_t)
PixelWand         105 wand/deprecate.h   MagickPaintOpaqueImage(MagickWand *,const PixelWand *,const PixelWand *,
PixelWand         108 wand/deprecate.h     const PixelWand *,const PixelWand *,const double)
PixelWand         110 wand/deprecate.h   MagickPaintTransparentImage(MagickWand *,const PixelWand *,const double,
PixelWand         127 wand/deprecate.h   MagickTransparentImage(MagickWand *,const PixelWand *,const double,
PixelWand         156 wand/deprecate.h extern WandExport PixelWand
PixelWand        1106 wand/drawing-wand.c   PixelWand *border_color)
PixelWand        1110 wand/drawing-wand.c   assert(border_color != (PixelWand *) NULL);
PixelWand        1363 wand/drawing-wand.c WandExport void DrawGetFillColor(const DrawingWand *wand,PixelWand *fill_color)
PixelWand        1367 wand/drawing-wand.c   assert(fill_color != (PixelWand *) NULL);
PixelWand        1814 wand/drawing-wand.c   PixelWand *stroke_color)
PixelWand        1818 wand/drawing-wand.c   assert(stroke_color != (PixelWand *) NULL);
PixelWand        2646 wand/drawing-wand.c   PixelWand *under_color)
PixelWand        2650 wand/drawing-wand.c   assert(under_color != (PixelWand *) NULL);
PixelWand        4482 wand/drawing-wand.c   const PixelWand *border_wand)
PixelWand        4493 wand/drawing-wand.c   assert(border_wand != (const PixelWand *) NULL);
PixelWand        4717 wand/drawing-wand.c WandExport void DrawSetFillColor(DrawingWand *wand,const PixelWand *fill_wand)
PixelWand        4728 wand/drawing-wand.c   assert(fill_wand != (const PixelWand *) NULL);
PixelWand        5292 wand/drawing-wand.c   const PixelWand *stroke_wand)
PixelWand        5303 wand/drawing-wand.c   assert(stroke_wand != (const PixelWand *) NULL);
PixelWand        6163 wand/drawing-wand.c   const PixelWand *under_wand)
PixelWand        6172 wand/drawing-wand.c   assert(under_wand != (const PixelWand *) NULL);
PixelWand         129 wand/drawing-wand.h   DrawGetBorderColor(const DrawingWand *,PixelWand *),
PixelWand         135 wand/drawing-wand.h   DrawGetFillColor(const DrawingWand *,PixelWand *),
PixelWand         136 wand/drawing-wand.h   DrawGetStrokeColor(const DrawingWand *,PixelWand *),
PixelWand         140 wand/drawing-wand.h   DrawGetTextUnderColor(const DrawingWand *,PixelWand *),
PixelWand         189 wand/drawing-wand.h   DrawSetBorderColor(DrawingWand *,const PixelWand *),
PixelWand         192 wand/drawing-wand.h   DrawSetFillColor(DrawingWand *,const PixelWand *),
PixelWand         202 wand/drawing-wand.h   DrawSetStrokeColor(DrawingWand *,const PixelWand *),
PixelWand         214 wand/drawing-wand.h   DrawSetTextUnderColor(DrawingWand *,const PixelWand *),
PixelWand         949 wand/magick-image.c   const PixelWand *threshold)
PixelWand        1116 wand/magick-image.c   const PixelWand *bordercolor,const size_t width,const size_t height)
PixelWand        1646 wand/magick-image.c   const PixelWand *colorize,const PixelWand *opacity)
PixelWand        3561 wand/magick-image.c   const ChannelType channel,const PixelWand *fill,const double fuzz,
PixelWand        3562 wand/magick-image.c   const PixelWand *bordercolor,const ssize_t x,const ssize_t y,
PixelWand        3584 wand/magick-image.c   if (bordercolor != (PixelWand *) NULL)
PixelWand        3722 wand/magick-image.c   const PixelWand *matte_color,const size_t width,const size_t height,
PixelWand        4162 wand/magick-image.c   PixelWand *background_color)
PixelWand        4340 wand/magick-image.c   PixelWand *border_color)
PixelWand        4763 wand/magick-image.c   const size_t index,PixelWand *color)
PixelWand        5444 wand/magick-image.c WandExport PixelWand **MagickGetImageHistogram(MagickWand *wand,
PixelWand        5450 wand/magick-image.c   PixelWand
PixelWand        5464 wand/magick-image.c       return((PixelWand **) NULL);
PixelWand        5468 wand/magick-image.c     return((PixelWand **) NULL);
PixelWand        5653 wand/magick-image.c   PixelWand *matte_color)
PixelWand        5777 wand/magick-image.c   const ssize_t x,const ssize_t y,PixelWand *color)
PixelWand        7301 wand/magick-image.c   PixelWand
PixelWand        7644 wand/magick-image.c   const size_t height,const PixelWand *background)
PixelWand        7872 wand/magick-image.c   const PixelWand *target,const PixelWand *fill,const double fuzz,
PixelWand        7884 wand/magick-image.c   const ChannelType channel,const PixelWand *target,const PixelWand *fill,
PixelWand        9184 wand/magick-image.c   const PixelWand *background,const double degrees)
PixelWand        9693 wand/magick-image.c   const PixelWand *background)
PixelWand        9815 wand/magick-image.c   const PixelWand *border)
PixelWand        9933 wand/magick-image.c   const PixelWand *color)
PixelWand        9981 wand/magick-image.c   const size_t index,const PixelWand *color)
PixelWand        10776 wand/magick-image.c   const PixelWand *matte)
PixelWand        11591 wand/magick-image.c   const PixelWand *background,const double x_shear,const double y_shear)
PixelWand        12524 wand/magick-image.c   const PixelWand *tint,const PixelWand *opacity)
PixelWand        12700 wand/magick-image.c   const PixelWand *target,const double alpha,const double fuzz,
PixelWand        13095 wand/magick-image.c   const PixelWand *threshold)
PixelWand          98 wand/magick-image.h   MagickBlackThresholdImage(MagickWand *,const PixelWand *),
PixelWand         103 wand/magick-image.h   MagickBorderImage(MagickWand *,const PixelWand *,const size_t,const size_t),
PixelWand         117 wand/magick-image.h   MagickColorizeImage(MagickWand *,const PixelWand *,const PixelWand *),
PixelWand         164 wand/magick-image.h   MagickFloodfillPaintImage(MagickWand *,const ChannelType,const PixelWand *,
PixelWand         165 wand/magick-image.h     const double,const PixelWand *,const ssize_t,const ssize_t,
PixelWand         169 wand/magick-image.h   MagickFrameImage(MagickWand *,const PixelWand *,const size_t,const size_t,
PixelWand         181 wand/magick-image.h   MagickGetImageBackgroundColor(MagickWand *,PixelWand *),
PixelWand         183 wand/magick-image.h   MagickGetImageBorderColor(MagickWand *,PixelWand *),
PixelWand         190 wand/magick-image.h   MagickGetImageColormapColor(MagickWand *,const size_t,PixelWand *),
PixelWand         194 wand/magick-image.h   MagickGetImageMatteColor(MagickWand *,PixelWand *),
PixelWand         199 wand/magick-image.h     PixelWand *),
PixelWand         236 wand/magick-image.h   MagickNewImage(MagickWand *,const size_t,const size_t,const PixelWand *),
PixelWand         241 wand/magick-image.h   MagickOpaquePaintImage(MagickWand *,const PixelWand *,const PixelWand *,
PixelWand         244 wand/magick-image.h     const PixelWand *,const PixelWand *,const double,const MagickBooleanType),
PixelWand         249 wand/magick-image.h   MagickTransparentPaintImage(MagickWand *,const PixelWand *,
PixelWand         278 wand/magick-image.h   MagickRotateImage(MagickWand *,const PixelWand *,const double),
PixelWand         293 wand/magick-image.h   MagickSetImageBackgroundColor(MagickWand *,const PixelWand *),
PixelWand         296 wand/magick-image.h   MagickSetImageBorderColor(MagickWand *,const PixelWand *),
PixelWand         299 wand/magick-image.h   MagickSetImageColor(MagickWand *,const PixelWand *),
PixelWand         301 wand/magick-image.h     const PixelWand *),
PixelWand         321 wand/magick-image.h   MagickSetImageMatteColor(MagickWand *,const PixelWand *),
PixelWand         342 wand/magick-image.h   MagickShearImage(MagickWand *,const PixelWand *,const double,const double),
PixelWand         361 wand/magick-image.h   MagickTintImage(MagickWand *,const PixelWand *,const PixelWand *),
PixelWand         377 wand/magick-image.h   MagickWhiteThresholdImage(MagickWand *,const PixelWand *),
PixelWand         421 wand/magick-image.h extern WandExport PixelWand
PixelWand         226 wand/magick-property.c WandExport PixelWand *MagickGetBackgroundColor(MagickWand *wand)
PixelWand         228 wand/magick-property.c   PixelWand
PixelWand        1857 wand/magick-property.c   const PixelWand *background)
PixelWand          90 wand/magick-property.h   MagickSetBackgroundColor(MagickWand *,const PixelWand *),
PixelWand         125 wand/magick-property.h extern WandExport PixelWand
PixelWand          87 wand/pixel-iterator.c   PixelWand
PixelWand         179 wand/pixel-iterator.c   clone_iterator->pixel_wands=ClonePixelWands((const PixelWand **)
PixelWand         488 wand/pixel-iterator.c WandExport PixelWand **PixelGetCurrentIteratorRow(PixelIterator *iterator,
PixelWand         513 wand/pixel-iterator.c       return((PixelWand **) NULL);
PixelWand         679 wand/pixel-iterator.c WandExport PixelWand **PixelGetNextIteratorRow(PixelIterator *iterator,
PixelWand         699 wand/pixel-iterator.c     return((PixelWand **) NULL);
PixelWand         707 wand/pixel-iterator.c       return((PixelWand **) NULL);
PixelWand         751 wand/pixel-iterator.c WandExport PixelWand **PixelGetPreviousRow(PixelIterator *iterator)
PixelWand         759 wand/pixel-iterator.c WandExport PixelWand **PixelGetPreviousIteratorRow(PixelIterator *iterator,
PixelWand         779 wand/pixel-iterator.c     return((PixelWand **) NULL);
PixelWand         787 wand/pixel-iterator.c       return((PixelWand **) NULL);
PixelWand          50 wand/pixel-iterator.h extern WandExport PixelWand
PixelWand         109 wand/pixel-wand.c WandExport void ClearPixelWand(PixelWand *wand)
PixelWand         111 wand/pixel-wand.c   assert(wand != (PixelWand *) NULL);
PixelWand         142 wand/pixel-wand.c WandExport PixelWand *ClonePixelWand(const PixelWand *wand)
PixelWand         144 wand/pixel-wand.c   PixelWand
PixelWand         147 wand/pixel-wand.c   assert(wand != (PixelWand *) NULL);
PixelWand         151 wand/pixel-wand.c   clone_wand=(PixelWand *) AcquireMagickMemory(sizeof(*clone_wand));
PixelWand         152 wand/pixel-wand.c   if (clone_wand == (PixelWand *) NULL)
PixelWand         195 wand/pixel-wand.c WandExport PixelWand **ClonePixelWands(const PixelWand **wands,
PixelWand         201 wand/pixel-wand.c   PixelWand
PixelWand         204 wand/pixel-wand.c   clone_wands=(PixelWand **) AcquireQuantumMemory((size_t) number_wands,
PixelWand         206 wand/pixel-wand.c   if (clone_wands == (PixelWand **) NULL)
PixelWand         236 wand/pixel-wand.c WandExport PixelWand *DestroyPixelWand(PixelWand *wand)
PixelWand         238 wand/pixel-wand.c   assert(wand != (PixelWand *) NULL);
PixelWand         245 wand/pixel-wand.c   wand=(PixelWand *) RelinquishMagickMemory(wand);
PixelWand         275 wand/pixel-wand.c WandExport PixelWand **DestroyPixelWands(PixelWand **wand,
PixelWand         281 wand/pixel-wand.c   assert(wand != (PixelWand **) NULL);
PixelWand         282 wand/pixel-wand.c   assert(*wand != (PixelWand *) NULL);
PixelWand         288 wand/pixel-wand.c   wand=(PixelWand **) RelinquishMagickMemory(wand);
PixelWand         321 wand/pixel-wand.c WandExport MagickBooleanType IsPixelWandSimilar(PixelWand *p,PixelWand *q,
PixelWand         324 wand/pixel-wand.c   assert(p != (PixelWand *) NULL);
PixelWand         328 wand/pixel-wand.c   assert(q != (PixelWand *) NULL);
PixelWand         359 wand/pixel-wand.c WandExport MagickBooleanType IsPixelWand(const PixelWand *wand)
PixelWand         361 wand/pixel-wand.c   if (wand == (const PixelWand *) NULL)
PixelWand         388 wand/pixel-wand.c WandExport PixelWand *NewPixelWand(void)
PixelWand         393 wand/pixel-wand.c   PixelWand
PixelWand         403 wand/pixel-wand.c   wand=(PixelWand *) AcquireMagickMemory(sizeof(*wand));
PixelWand         404 wand/pixel-wand.c   if (wand == (PixelWand *) NULL)
PixelWand         442 wand/pixel-wand.c WandExport PixelWand **NewPixelWands(const size_t number_wands)
PixelWand         447 wand/pixel-wand.c   PixelWand
PixelWand         450 wand/pixel-wand.c   wands=(PixelWand **) AcquireQuantumMemory((size_t) number_wands,
PixelWand         452 wand/pixel-wand.c   if (wands == (PixelWand **) NULL)
PixelWand         482 wand/pixel-wand.c WandExport MagickBooleanType PixelClearException(PixelWand *wand)
PixelWand         484 wand/pixel-wand.c   assert(wand != (PixelWand *) NULL);
PixelWand         514 wand/pixel-wand.c WandExport double PixelGetAlpha(const PixelWand *wand)
PixelWand         516 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         545 wand/pixel-wand.c WandExport Quantum PixelGetAlphaQuantum(const PixelWand *wand)
PixelWand         547 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         576 wand/pixel-wand.c WandExport double PixelGetBlack(const PixelWand *wand)
PixelWand         578 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         607 wand/pixel-wand.c WandExport Quantum PixelGetBlackQuantum(const PixelWand *wand)
PixelWand         609 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         638 wand/pixel-wand.c WandExport double PixelGetBlue(const PixelWand *wand)
PixelWand         640 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         669 wand/pixel-wand.c WandExport Quantum PixelGetBlueQuantum(const PixelWand *wand)
PixelWand         671 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         700 wand/pixel-wand.c WandExport char *PixelGetColorAsString(const PixelWand *wand)
PixelWand         708 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         741 wand/pixel-wand.c WandExport char *PixelGetColorAsNormalizedString(const PixelWand *wand)
PixelWand         746 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         785 wand/pixel-wand.c WandExport size_t PixelGetColorCount(const PixelWand *wand)
PixelWand         787 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         816 wand/pixel-wand.c WandExport double PixelGetCyan(const PixelWand *wand)
PixelWand         818 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         847 wand/pixel-wand.c WandExport Quantum PixelGetCyanQuantum(const PixelWand *wand)
PixelWand         849 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         881 wand/pixel-wand.c WandExport char *PixelGetException(const PixelWand *wand,
PixelWand         887 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         935 wand/pixel-wand.c WandExport ExceptionType PixelGetExceptionType(const PixelWand *wand)
PixelWand         937 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         966 wand/pixel-wand.c WandExport double PixelGetFuzz(const PixelWand *wand)
PixelWand         968 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand         997 wand/pixel-wand.c WandExport double PixelGetGreen(const PixelWand *wand)
PixelWand         999 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1028 wand/pixel-wand.c WandExport Quantum PixelGetGreenQuantum(const PixelWand *wand)
PixelWand        1030 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1063 wand/pixel-wand.c WandExport void PixelGetHSL(const PixelWand *wand,double *hue,
PixelWand        1066 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1097 wand/pixel-wand.c WandExport IndexPacket PixelGetIndex(const PixelWand *wand)
PixelWand        1099 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1128 wand/pixel-wand.c WandExport double PixelGetMagenta(const PixelWand *wand)
PixelWand        1130 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1159 wand/pixel-wand.c WandExport Quantum PixelGetMagentaQuantum(const PixelWand *wand)
PixelWand        1161 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1192 wand/pixel-wand.c WandExport void PixelGetMagickColor(const PixelWand *wand,
PixelWand        1195 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1225 wand/pixel-wand.c WandExport double PixelGetOpacity(const PixelWand *wand)
PixelWand        1227 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1256 wand/pixel-wand.c WandExport Quantum PixelGetOpacityQuantum(const PixelWand *wand)
PixelWand        1258 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1289 wand/pixel-wand.c WandExport void PixelGetQuantumColor(const PixelWand *wand,PixelPacket *color)
PixelWand        1291 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1335 wand/pixel-wand.c WandExport double PixelGetRed(const PixelWand *wand)
PixelWand        1337 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1366 wand/pixel-wand.c WandExport Quantum PixelGetRedQuantum(const PixelWand *wand)
PixelWand        1368 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1397 wand/pixel-wand.c WandExport double PixelGetYellow(const PixelWand *wand)
PixelWand        1399 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1428 wand/pixel-wand.c WandExport Quantum PixelGetYellowQuantum(const PixelWand *wand)
PixelWand        1430 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1462 wand/pixel-wand.c WandExport void PixelSetAlpha(PixelWand *wand,const double alpha)
PixelWand        1464 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1497 wand/pixel-wand.c WandExport void PixelSetAlphaQuantum(PixelWand *wand,const Quantum opacity)
PixelWand        1499 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1530 wand/pixel-wand.c WandExport void PixelSetBlack(PixelWand *wand,const double black)
PixelWand        1532 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1564 wand/pixel-wand.c WandExport void PixelSetBlackQuantum(PixelWand *wand,const Quantum black)
PixelWand        1566 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1597 wand/pixel-wand.c WandExport void PixelSetBlue(PixelWand *wand,const double blue)
PixelWand        1599 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1631 wand/pixel-wand.c WandExport void PixelSetBlueQuantum(PixelWand *wand,const Quantum blue)
PixelWand        1633 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1665 wand/pixel-wand.c WandExport MagickBooleanType PixelSetColor(PixelWand *wand,const char *color)
PixelWand        1673 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1707 wand/pixel-wand.c WandExport void PixelSetColorCount(PixelWand *wand,const size_t count)
PixelWand        1709 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1740 wand/pixel-wand.c WandExport void PixelSetColorFromWand(PixelWand *wand,const PixelWand *color)
PixelWand        1742 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1746 wand/pixel-wand.c   assert(color != (const PixelWand *) NULL);
PixelWand        1774 wand/pixel-wand.c WandExport void PixelSetCyan(PixelWand *wand,const double cyan)
PixelWand        1776 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1808 wand/pixel-wand.c WandExport void PixelSetCyanQuantum(PixelWand *wand,const Quantum cyan)
PixelWand        1810 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1841 wand/pixel-wand.c WandExport void PixelSetFuzz(PixelWand *wand,const double fuzz)
PixelWand        1843 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1874 wand/pixel-wand.c WandExport void PixelSetGreen(PixelWand *wand,const double green)
PixelWand        1876 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1908 wand/pixel-wand.c WandExport void PixelSetGreenQuantum(PixelWand *wand,const Quantum green)
PixelWand        1910 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1943 wand/pixel-wand.c WandExport void PixelSetHSL(PixelWand *wand,const double hue,
PixelWand        1951 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        1985 wand/pixel-wand.c WandExport void PixelSetIndex(PixelWand *wand,const IndexPacket index)
PixelWand        1987 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2018 wand/pixel-wand.c WandExport void PixelSetMagenta(PixelWand *wand,const double magenta)
PixelWand        2020 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2053 wand/pixel-wand.c WandExport void PixelSetMagentaQuantum(PixelWand *wand,const Quantum magenta)
PixelWand        2055 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2086 wand/pixel-wand.c WandExport void PixelSetMagickColor(PixelWand *wand,
PixelWand        2089 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2121 wand/pixel-wand.c WandExport void PixelSetOpacity(PixelWand *wand,const double opacity)
PixelWand        2123 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2157 wand/pixel-wand.c WandExport void PixelSetOpacityQuantum(PixelWand *wand,const Quantum opacity)
PixelWand        2159 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2190 wand/pixel-wand.c WandExport void PixelSetQuantumColor(PixelWand *wand,const PixelPacket *color)
PixelWand        2192 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2228 wand/pixel-wand.c WandExport void PixelSetRed(PixelWand *wand,const double red)
PixelWand        2230 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2262 wand/pixel-wand.c WandExport void PixelSetRedQuantum(PixelWand *wand,const Quantum red)
PixelWand        2264 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2295 wand/pixel-wand.c WandExport void PixelSetYellow(PixelWand *wand,const double yellow)
PixelWand        2297 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand        2329 wand/pixel-wand.c WandExport void PixelSetYellowQuantum(PixelWand *wand,const Quantum yellow)
PixelWand        2331 wand/pixel-wand.c   assert(wand != (const PixelWand *) NULL);
PixelWand          26 wand/pixel-wand.h   PixelWand;
PixelWand          29 wand/pixel-wand.h   *PixelGetColorAsNormalizedString(const PixelWand *),
PixelWand          30 wand/pixel-wand.h   *PixelGetColorAsString(const PixelWand *),
PixelWand          31 wand/pixel-wand.h   *PixelGetException(const PixelWand *,ExceptionType *);
PixelWand          34 wand/pixel-wand.h   PixelGetAlpha(const PixelWand *),
PixelWand          35 wand/pixel-wand.h   PixelGetBlack(const PixelWand *),
PixelWand          36 wand/pixel-wand.h   PixelGetBlue(const PixelWand *),
PixelWand          37 wand/pixel-wand.h   PixelGetCyan(const PixelWand *),
PixelWand          38 wand/pixel-wand.h   PixelGetFuzz(const PixelWand *),
PixelWand          39 wand/pixel-wand.h   PixelGetGreen(const PixelWand *),
PixelWand          40 wand/pixel-wand.h   PixelGetMagenta(const PixelWand *),
PixelWand          41 wand/pixel-wand.h   PixelGetOpacity(const PixelWand *),
PixelWand          42 wand/pixel-wand.h   PixelGetRed(const PixelWand *),
PixelWand          43 wand/pixel-wand.h   PixelGetYellow(const PixelWand *);
PixelWand          46 wand/pixel-wand.h   PixelGetExceptionType(const PixelWand *);
PixelWand          49 wand/pixel-wand.h   PixelGetIndex(const PixelWand *);
PixelWand          52 wand/pixel-wand.h   IsPixelWand(const PixelWand *),
PixelWand          53 wand/pixel-wand.h   IsPixelWandSimilar(PixelWand *,PixelWand *,const double),
PixelWand          54 wand/pixel-wand.h   PixelClearException(PixelWand *),
PixelWand          55 wand/pixel-wand.h   PixelSetColor(PixelWand *,const char *);
PixelWand          57 wand/pixel-wand.h extern WandExport PixelWand
PixelWand          58 wand/pixel-wand.h   *ClonePixelWand(const PixelWand *),
PixelWand          59 wand/pixel-wand.h   **ClonePixelWands(const PixelWand **,const size_t),
PixelWand          60 wand/pixel-wand.h   *DestroyPixelWand(PixelWand *),
PixelWand          61 wand/pixel-wand.h   **DestroyPixelWands(PixelWand **,const size_t),
PixelWand          66 wand/pixel-wand.h   PixelGetAlphaQuantum(const PixelWand *),
PixelWand          67 wand/pixel-wand.h   PixelGetBlackQuantum(const PixelWand *),
PixelWand          68 wand/pixel-wand.h   PixelGetBlueQuantum(const PixelWand *),
PixelWand          69 wand/pixel-wand.h   PixelGetCyanQuantum(const PixelWand *),
PixelWand          70 wand/pixel-wand.h   PixelGetGreenQuantum(const PixelWand *),
PixelWand          71 wand/pixel-wand.h   PixelGetMagentaQuantum(const PixelWand *),
PixelWand          72 wand/pixel-wand.h   PixelGetOpacityQuantum(const PixelWand *),
PixelWand          73 wand/pixel-wand.h   PixelGetRedQuantum(const PixelWand *),
PixelWand          74 wand/pixel-wand.h   PixelGetYellowQuantum(const PixelWand *);
PixelWand          77 wand/pixel-wand.h   PixelGetColorCount(const PixelWand *);
PixelWand          80 wand/pixel-wand.h   ClearPixelWand(PixelWand *),
PixelWand          81 wand/pixel-wand.h   PixelGetHSL(const PixelWand *,double *,double *,double *),
PixelWand          82 wand/pixel-wand.h   PixelGetMagickColor(const PixelWand *,MagickPixelPacket *),
PixelWand          83 wand/pixel-wand.h   PixelGetQuantumColor(const PixelWand *,PixelPacket *),
PixelWand          84 wand/pixel-wand.h   PixelSetAlpha(PixelWand *,const double),
PixelWand          85 wand/pixel-wand.h   PixelSetAlphaQuantum(PixelWand *,const Quantum),
PixelWand          86 wand/pixel-wand.h   PixelSetBlack(PixelWand *,const double),
PixelWand          87 wand/pixel-wand.h   PixelSetBlackQuantum(PixelWand *,const Quantum),
PixelWand          88 wand/pixel-wand.h   PixelSetBlue(PixelWand *,const double),
PixelWand          89 wand/pixel-wand.h   PixelSetBlueQuantum(PixelWand *,const Quantum),
PixelWand          90 wand/pixel-wand.h   PixelSetColorFromWand(PixelWand *,const PixelWand *),
PixelWand          91 wand/pixel-wand.h   PixelSetColorCount(PixelWand *,const size_t),
PixelWand          92 wand/pixel-wand.h   PixelSetCyan(PixelWand *,const double),
PixelWand          93 wand/pixel-wand.h   PixelSetCyanQuantum(PixelWand *,const Quantum),
PixelWand          94 wand/pixel-wand.h   PixelSetFuzz(PixelWand *,const double),
PixelWand          95 wand/pixel-wand.h   PixelSetGreen(PixelWand *,const double),
PixelWand          96 wand/pixel-wand.h   PixelSetGreenQuantum(PixelWand *,const Quantum),
PixelWand          97 wand/pixel-wand.h   PixelSetHSL(PixelWand *,const double,const double,const double),
PixelWand          98 wand/pixel-wand.h   PixelSetIndex(PixelWand *,const IndexPacket),
PixelWand          99 wand/pixel-wand.h   PixelSetMagenta(PixelWand *,const double),
PixelWand         100 wand/pixel-wand.h   PixelSetMagentaQuantum(PixelWand *,const Quantum),
PixelWand         101 wand/pixel-wand.h   PixelSetMagickColor(PixelWand *,const MagickPixelPacket *),
PixelWand         102 wand/pixel-wand.h   PixelSetOpacity(PixelWand *,const double),
PixelWand         103 wand/pixel-wand.h   PixelSetOpacityQuantum(PixelWand *,const Quantum),
PixelWand         104 wand/pixel-wand.h   PixelSetQuantumColor(PixelWand *,const PixelPacket *),
PixelWand         105 wand/pixel-wand.h   PixelSetRed(PixelWand *,const double),
PixelWand         106 wand/pixel-wand.h   PixelSetRedQuantum(PixelWand *,const Quantum),
PixelWand         107 wand/pixel-wand.h   PixelSetYellow(PixelWand *,const double),
PixelWand         108 wand/pixel-wand.h   PixelSetYellowQuantum(PixelWand *,const Quantum);
PixelWand          83 wand/wand-view.c   PixelWand
PixelWand         145 wand/wand-view.c     clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **)
PixelWand         177 wand/wand-view.c static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands,
PixelWand         183 wand/wand-view.c   assert(pixel_wands != (PixelWand ***) NULL);
PixelWand         185 wand/wand-view.c     if (pixel_wands[i] != (PixelWand **) NULL)
PixelWand         187 wand/wand-view.c   pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands);
PixelWand         652 wand/wand-view.c WandExport PixelWand **GetWandViewPixels(const WandView *wand_view)
PixelWand         753 wand/wand-view.c static PixelWand ***AcquirePixelsThreadSet(const size_t number_wands,
PixelWand         756 wand/wand-view.c   PixelWand
PixelWand         762 wand/wand-view.c   pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads,
PixelWand         764 wand/wand-view.c   if (pixel_wands == (PixelWand ***) NULL)
PixelWand         765 wand/wand-view.c     return((PixelWand ***) NULL);
PixelWand         770 wand/wand-view.c     if (pixel_wands[i] == (PixelWand **) NULL)
PixelWand         801 wand/wand-view.c   if (wand_view->pixel_wands == (PixelWand ***) NULL)
PixelWand         864 wand/wand-view.c   if (wand_view->pixel_wands == (PixelWand ***) NULL)
PixelWand          52 wand/wand-view.h extern WandExport PixelWand
PixelWand          39 www/source/contrast.c   PixelWand
PixelWand          78 www/source/contrast.c     if ((pixels == (PixelWand **) NULL) ||
PixelWand          79 www/source/contrast.c         (contrast_pixels == (PixelWand **) NULL))
PixelWand          19 www/source/wand/sigmoidal-contrast.c   PixelWand