/external/ImageMagick/MagickWand/ |
D | pixel-wand.h | 26 PixelWand; typedef 29 *PixelGetColorAsNormalizedString(const PixelWand *), 30 *PixelGetColorAsString(const PixelWand *), 31 *PixelGetException(const PixelWand *,ExceptionType *); 34 PixelGetAlpha(const PixelWand *) magick_attribute((__pure__)), 35 PixelGetBlack(const PixelWand *) magick_attribute((__pure__)), 36 PixelGetBlue(const PixelWand *) magick_attribute((__pure__)), 37 PixelGetCyan(const PixelWand *) magick_attribute((__pure__)), 38 PixelGetFuzz(const PixelWand *) magick_attribute((__pure__)), 39 PixelGetGreen(const PixelWand *) magick_attribute((__pure__)), [all …]
|
D | pixel-wand.c | 109 WandExport void ClearPixelWand(PixelWand *wand) in ClearPixelWand() 111 assert(wand != (PixelWand *) NULL); in ClearPixelWand() 142 WandExport PixelWand *ClonePixelWand(const PixelWand *wand) in ClonePixelWand() 144 PixelWand in ClonePixelWand() 147 assert(wand != (PixelWand *) NULL); in ClonePixelWand() 151 clone_wand=(PixelWand *) AcquireCriticalMemory(sizeof(*clone_wand)); in ClonePixelWand() 192 WandExport PixelWand **ClonePixelWands(const PixelWand **wands, in ClonePixelWands() 198 PixelWand in ClonePixelWands() 201 clone_wands=(PixelWand **) AcquireCriticalMemory((size_t) number_wands* in ClonePixelWands() 230 WandExport PixelWand *DestroyPixelWand(PixelWand *wand) in DestroyPixelWand() [all …]
|
D | magick-image.h | 98 MagickBlackThresholdImage(MagickWand *,const PixelWand *), 101 MagickBorderImage(MagickWand *,const PixelWand *,const size_t,const size_t, 116 MagickColorizeImage(MagickWand *,const PixelWand *,const PixelWand *), 118 MagickColorThresholdImage(MagickWand *,const PixelWand *,const PixelWand *), 154 MagickFloodfillPaintImage(MagickWand *,const PixelWand *,const double, 155 const PixelWand *,const ssize_t,const ssize_t,const MagickBooleanType), 158 MagickFrameImage(MagickWand *,const PixelWand *,const size_t,const size_t, 165 MagickGetImageBackgroundColor(MagickWand *,PixelWand *), 167 MagickGetImageBorderColor(MagickWand *,PixelWand *), 171 MagickGetImageColormapColor(MagickWand *,const size_t,PixelWand *), [all …]
|
D | drawing-wand.h | 135 DrawGetBorderColor(const DrawingWand *,PixelWand *), 141 DrawGetFillColor(const DrawingWand *,PixelWand *), 142 DrawGetStrokeColor(const DrawingWand *,PixelWand *), 146 DrawGetTextUnderColor(const DrawingWand *,PixelWand *), 194 DrawSetBorderColor(DrawingWand *,const PixelWand *), 197 DrawSetFillColor(DrawingWand *,const PixelWand *), 207 DrawSetStrokeColor(DrawingWand *,const PixelWand *), 219 DrawSetTextUnderColor(DrawingWand *,const PixelWand *),
|
D | wand-view.c | 83 PixelWand 143 clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **) in CloneWandView() 175 static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands, in DestroyPixelsThreadSet() 181 assert(pixel_wands != (PixelWand ***) NULL); in DestroyPixelsThreadSet() 183 if (pixel_wands[i] != (PixelWand **) NULL) in DestroyPixelsThreadSet() 185 pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands); in DestroyPixelsThreadSet() 615 WandExport PixelWand **GetWandViewPixels(const WandView *wand_view) in GetWandViewPixels() 716 static PixelWand ***AcquirePixelsThreadSet(const size_t number_wands) in AcquirePixelsThreadSet() 718 PixelWand in AcquirePixelsThreadSet() 728 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads, in AcquirePixelsThreadSet() [all …]
|
D | deprecate.h | 30 MagickGetImageAlphaColor(MagickWand *,PixelWand *), 31 MagickSetImageAlphaColor(MagickWand *,const PixelWand *);
|
D | pixel-iterator.c | 87 PixelWand 177 clone_iterator->pixel_wands=ClonePixelWands((const PixelWand **) in ClonePixelIterator() 480 WandExport PixelWand **PixelGetCurrentIteratorRow(PixelIterator *iterator, in PixelGetCurrentIteratorRow() 499 return((PixelWand **) NULL); in PixelGetCurrentIteratorRow() 660 WandExport PixelWand **PixelGetNextIteratorRow(PixelIterator *iterator, in PixelGetNextIteratorRow() 677 return((PixelWand **) NULL); in PixelGetNextIteratorRow() 682 return((PixelWand **) NULL); in PixelGetNextIteratorRow() 719 WandExport PixelWand **PixelGetPreviousIteratorRow(PixelIterator *iterator, in PixelGetPreviousIteratorRow() 736 return((PixelWand **) NULL); in PixelGetPreviousIteratorRow() 741 return((PixelWand **) NULL); in PixelGetPreviousIteratorRow()
|
D | deprecate.c | 78 PixelWand *alpha_color) in MagickGetImageAlphaColor() 116 const PixelWand *alpha) in MagickSetImageAlphaColor()
|
D | magick-property.h | 90 MagickSetBackgroundColor(MagickWand *,const PixelWand *), 126 extern WandExport PixelWand
|
D | pixel-iterator.h | 50 extern WandExport PixelWand
|
D | wand-view.h | 52 extern WandExport PixelWand
|
D | magick-image.c | 967 const PixelWand *threshold) in MagickBlackThresholdImage() 1114 const PixelWand *bordercolor,const size_t width,const size_t height, in MagickBorderImage() 1753 const PixelWand *colorize,const PixelWand *blend) in MagickColorizeImage() 1876 const PixelWand *start_color,const PixelWand *stop_color) in MagickColorThresholdImage() 3597 const PixelWand *fill,const double fuzz,const PixelWand *bordercolor, in MagickFloodfillPaintImage() 3619 if (bordercolor != (PixelWand *) NULL) in MagickFloodfillPaintImage() 3758 const PixelWand *matte_color,const size_t width,const size_t height, in MagickFrameImage() 4128 PixelWand *background_color) in MagickGetImageBackgroundColor() 4314 PixelWand *border_color) in MagickGetImageBorderColor() 4587 const size_t index,PixelWand *color) in MagickGetImageColormapColor() [all …]
|
D | drawing-wand.c | 1184 PixelWand *border_color) in DrawGetBorderColor() 1188 assert(border_color != (PixelWand *) NULL); in DrawGetBorderColor() 1441 WandExport void DrawGetFillColor(const DrawingWand *wand,PixelWand *fill_color) in DrawGetFillColor() 1445 assert(fill_color != (PixelWand *) NULL); in DrawGetFillColor() 1892 PixelWand *stroke_color) in DrawGetStrokeColor() 1896 assert(stroke_color != (PixelWand *) NULL); in DrawGetStrokeColor() 2787 PixelWand *under_color) in DrawGetTextUnderColor() 2791 assert(under_color != (PixelWand *) NULL); in DrawGetTextUnderColor() 4559 const PixelWand *border_wand) in DrawSetBorderColor() 4570 assert(border_wand != (const PixelWand *) NULL); in DrawSetBorderColor() [all …]
|
D | magick-property.c | 227 WandExport PixelWand *MagickGetBackgroundColor(MagickWand *wand) in MagickGetBackgroundColor() 229 PixelWand in MagickGetBackgroundColor() 1852 const PixelWand *background) in MagickSetBackgroundColor()
|
/external/ImageMagick/www/source/ |
D | contrast.c | 39 PixelWand in main() 78 if ((pixels == (PixelWand **) NULL) || in main() 79 (contrast_pixels == (PixelWand **) NULL)) in main()
|
/external/ImageMagick/tests/ |
D | wandtest.c | 5183 PixelWand in main() 5309 PixelWand in main() 5381 for (i=0; pixels != (PixelWand **) NULL; i++) in main()
|
D | drawtest.c | 71 PixelWand in ScribbleImage()
|
/external/ImageMagick/api_examples/ |
D | wand.c | 51 PixelWand in main()
|
/external/ImageMagick/www/source/wand/ |
D | sigmoidal-contrast.c | 19 PixelWand in SigmoidalContrast()
|
/external/ImageMagick/coders/ |
D | wmf.c | 468 PixelWand in draw_fill_color_string() 478 PixelWand in draw_fill_color_rgb() 493 PixelWand in draw_stroke_color_string() 504 PixelWand in draw_stroke_color_rgb() 519 PixelWand in draw_under_color_string() 856 PixelWand in ipa_device_begin() 1577 PixelWand in ipa_draw_text()
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 298 PixelWand in operator ()() 699 PixelWand *pixel_wand=NewPixelWand(); in operator ()() 1398 PixelWand *pixel_wand=NewPixelWand(); in operator ()() 1713 PixelWand *pixel_wand=NewPixelWand(); in operator ()()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 326 using MagickCore::PixelWand;
|