PixelWand 587 Magick++/lib/Drawable.cpp PixelWand *pixel_wand=NewPixelWand(); PixelWand 1214 Magick++/lib/Drawable.cpp PixelWand *pixel_wand=NewPixelWand(); PixelWand 1360 Magick++/lib/Drawable.cpp PixelWand *pixel_wand=NewPixelWand(); PixelWand 970 Magick++/lib/Magick++/Include.h using MagickCore::PixelWand; PixelWand 462 coders/wmf.c PixelWand PixelWand 472 coders/wmf.c PixelWand PixelWand 487 coders/wmf.c PixelWand PixelWand 498 coders/wmf.c PixelWand PixelWand 513 coders/wmf.c PixelWand PixelWand 859 coders/wmf.c PixelWand PixelWand 1573 coders/wmf.c PixelWand PixelWand 71 tests/drawtest.c PixelWand PixelWand 5188 tests/wandtest.c PixelWand PixelWand 5376 tests/wandtest.c for (i=0; pixels != (PixelWand **) NULL; i++) PixelWand 87 wand/deprecate.c PixelWand PixelWand 218 wand/deprecate.c clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **) PixelWand 255 wand/deprecate.c static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands, PixelWand 261 wand/deprecate.c assert(pixel_wands != (PixelWand ***) NULL); PixelWand 263 wand/deprecate.c if (pixel_wands[i] != (PixelWand **) NULL) PixelWand 265 wand/deprecate.c pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands); PixelWand 709 wand/deprecate.c WandExport PixelWand **GetPixelViewPixels(const PixelView *pixel_view) PixelWand 1173 wand/deprecate.c if (bordercolor != (PixelWand *) NULL) PixelWand 1177 wand/deprecate.c bordercolor != (PixelWand *) NULL ? FillToBorderMethod : FloodfillMethod); PixelWand 1639 wand/deprecate.c if (bordercolor != (PixelWand *) NULL) PixelWand 1644 wand/deprecate.c (PixelWand *) NULL ? FillToBorderMethod : FloodfillMethod); PixelWand 2472 wand/deprecate.c static PixelWand ***AcquirePixelsThreadSet(const size_t number_wands, PixelWand 2475 wand/deprecate.c PixelWand PixelWand 2481 wand/deprecate.c pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads, PixelWand 2483 wand/deprecate.c if (pixel_wands == (PixelWand ***) NULL) PixelWand 2484 wand/deprecate.c return((PixelWand ***) NULL); PixelWand 2489 wand/deprecate.c if (pixel_wands[i] == (PixelWand **) NULL) PixelWand 2519 wand/deprecate.c if (pixel_view->pixel_wands == (PixelWand ***) NULL) PixelWand 2581 wand/deprecate.c if (pixel_view->pixel_wands == (PixelWand ***) NULL) PixelWand 2615 wand/deprecate.c WandExport PixelWand **PixelGetNextRow(PixelIterator *iterator) PixelWand 75 wand/deprecate.h MagickColorFloodfillImage(MagickWand *,const PixelWand *,const double, PixelWand 76 wand/deprecate.h const PixelWand *,const ssize_t,const ssize_t) PixelWand 89 wand/deprecate.h const PixelWand *,const ssize_t,const ssize_t) PixelWand 97 wand/deprecate.h MagickOpaqueImage(MagickWand *,const PixelWand *,const PixelWand *, PixelWand 99 wand/deprecate.h MagickPaintFloodfillImage(MagickWand *,const ChannelType,const PixelWand *, PixelWand 100 wand/deprecate.h const double,const PixelWand *,const ssize_t,const ssize_t) PixelWand 102 wand/deprecate.h MagickPaintOpaqueImage(MagickWand *,const PixelWand *,const PixelWand *, PixelWand 105 wand/deprecate.h const PixelWand *,const PixelWand *,const double) PixelWand 107 wand/deprecate.h MagickPaintTransparentImage(MagickWand *,const PixelWand *,const double, PixelWand 120 wand/deprecate.h MagickTransparentImage(MagickWand *,const PixelWand *,const double, PixelWand 149 wand/deprecate.h extern WandExport PixelWand PixelWand 224 wand/drawing-wand.c void (*DrawSetBorderColor)(DrawingWand *,const PixelWand *); PixelWand 227 wand/drawing-wand.c void (*DrawSetFillColor)(DrawingWand *,const PixelWand *); PixelWand 246 wand/drawing-wand.c void (*DrawSetStrokeColor)(DrawingWand *,const PixelWand *); PixelWand 256 wand/drawing-wand.c void (*DrawSetTextUnderColor)(DrawingWand *,const PixelWand *); PixelWand 1218 wand/drawing-wand.c assert(border_color != (PixelWand *) NULL); PixelWand 1441 wand/drawing-wand.c assert(fill_color != (PixelWand *) NULL); PixelWand 1892 wand/drawing-wand.c assert(stroke_color != (PixelWand *) NULL); PixelWand 2688 wand/drawing-wand.c assert(under_color != (PixelWand *) NULL); PixelWand 4530 wand/drawing-wand.c assert(border_wand != (const PixelWand *) NULL); PixelWand 4722 wand/drawing-wand.c assert(fill_wand != (const PixelWand *) NULL); PixelWand 5297 wand/drawing-wand.c assert(stroke_wand != (const PixelWand *) NULL); PixelWand 6115 wand/drawing-wand.c assert(under_wand != (const PixelWand *) NULL); PixelWand 124 wand/drawing-wand.h DrawGetBorderColor(const DrawingWand *,PixelWand *), PixelWand 130 wand/drawing-wand.h DrawGetFillColor(const DrawingWand *,PixelWand *), PixelWand 131 wand/drawing-wand.h DrawGetStrokeColor(const DrawingWand *,PixelWand *), PixelWand 135 wand/drawing-wand.h DrawGetTextUnderColor(const DrawingWand *,PixelWand *), PixelWand 184 wand/drawing-wand.h DrawSetBorderColor(DrawingWand *,const PixelWand *), PixelWand 187 wand/drawing-wand.h DrawSetFillColor(DrawingWand *,const PixelWand *), PixelWand 197 wand/drawing-wand.h DrawSetStrokeColor(DrawingWand *,const PixelWand *), PixelWand 208 wand/drawing-wand.h DrawSetTextUnderColor(DrawingWand *,const PixelWand *), PixelWand 3479 wand/magick-image.c if (bordercolor != (PixelWand *) NULL) PixelWand 5339 wand/magick-image.c WandExport PixelWand **MagickGetImageHistogram(MagickWand *wand, PixelWand 5345 wand/magick-image.c PixelWand PixelWand 5359 wand/magick-image.c return((PixelWand **) NULL); PixelWand 5363 wand/magick-image.c return((PixelWand **) NULL); PixelWand 7147 wand/magick-image.c PixelWand PixelWand 97 wand/magick-image.h MagickBlackThresholdImage(MagickWand *,const PixelWand *), PixelWand 102 wand/magick-image.h MagickBorderImage(MagickWand *,const PixelWand *,const size_t,const size_t), PixelWand 116 wand/magick-image.h MagickColorizeImage(MagickWand *,const PixelWand *,const PixelWand *), PixelWand 160 wand/magick-image.h MagickFloodfillPaintImage(MagickWand *,const ChannelType,const PixelWand *, PixelWand 161 wand/magick-image.h const double,const PixelWand *,const ssize_t,const ssize_t, PixelWand 165 wand/magick-image.h MagickFrameImage(MagickWand *,const PixelWand *,const size_t,const size_t, PixelWand 177 wand/magick-image.h MagickGetImageBackgroundColor(MagickWand *,PixelWand *), PixelWand 179 wand/magick-image.h MagickGetImageBorderColor(MagickWand *,PixelWand *), PixelWand 186 wand/magick-image.h MagickGetImageColormapColor(MagickWand *,const size_t,PixelWand *), PixelWand 190 wand/magick-image.h MagickGetImageMatteColor(MagickWand *,PixelWand *), PixelWand 195 wand/magick-image.h PixelWand *), PixelWand 231 wand/magick-image.h MagickNewImage(MagickWand *,const size_t,const size_t,const PixelWand *), PixelWand 236 wand/magick-image.h MagickOpaquePaintImage(MagickWand *,const PixelWand *,const PixelWand *, PixelWand 239 wand/magick-image.h const PixelWand *,const PixelWand *,const double,const MagickBooleanType), PixelWand 244 wand/magick-image.h MagickTransparentPaintImage(MagickWand *,const PixelWand *, PixelWand 275 wand/magick-image.h MagickRotateImage(MagickWand *,const PixelWand *,const double), PixelWand 287 wand/magick-image.h MagickSetImageBackgroundColor(MagickWand *,const PixelWand *), PixelWand 290 wand/magick-image.h MagickSetImageBorderColor(MagickWand *,const PixelWand *), PixelWand 293 wand/magick-image.h MagickSetImageColor(MagickWand *,const PixelWand *), PixelWand 295 wand/magick-image.h const PixelWand *), PixelWand 315 wand/magick-image.h MagickSetImageMatteColor(MagickWand *,const PixelWand *), PixelWand 336 wand/magick-image.h MagickShearImage(MagickWand *,const PixelWand *,const double,const double), PixelWand 355 wand/magick-image.h MagickTintImage(MagickWand *,const PixelWand *,const PixelWand *), PixelWand 371 wand/magick-image.h MagickWhiteThresholdImage(MagickWand *,const PixelWand *), PixelWand 415 wand/magick-image.h extern WandExport PixelWand PixelWand 236 wand/magick-property.c WandExport PixelWand *MagickGetBackgroundColor(MagickWand *wand) PixelWand 238 wand/magick-property.c PixelWand 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 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 324 wand/pixel-wand.c assert(p != (PixelWand *) NULL); PixelWand 328 wand/pixel-wand.c assert(q != (PixelWand *) NULL); 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 484 wand/pixel-wand.c assert(wand != (PixelWand *) NULL); PixelWand 516 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 547 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 578 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 609 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 640 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 671 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 708 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 746 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 787 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 818 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 849 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 887 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 937 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 968 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 999 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1030 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1066 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1099 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1130 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1161 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1195 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1227 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1258 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1291 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1337 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1368 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1399 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1430 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1464 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1499 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1532 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1566 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1599 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1633 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1673 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1709 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1742 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1746 wand/pixel-wand.c assert(color != (const PixelWand *) NULL); PixelWand 1776 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1810 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1843 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1876 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1910 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1951 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 1987 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2020 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2055 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2089 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2123 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2159 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2192 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2230 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2264 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2297 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); PixelWand 2331 wand/pixel-wand.c assert(wand != (const PixelWand *) NULL); 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