/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 *), 35 PixelGetBlack(const PixelWand *), 36 PixelGetBlue(const PixelWand *), 37 PixelGetCyan(const PixelWand *), 38 PixelGetFuzz(const PixelWand *), 39 PixelGetGreen(const PixelWand *), [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 *) AcquireMagickMemory(sizeof(*clone_wand)); in ClonePixelWand() 152 if (clone_wand == (PixelWand *) NULL) in ClonePixelWand() 195 WandExport PixelWand **ClonePixelWands(const PixelWand **wands, in ClonePixelWands() 201 PixelWand in ClonePixelWands() 204 clone_wands=(PixelWand **) AcquireQuantumMemory((size_t) number_wands, in ClonePixelWands() [all …]
|
D | magick-image.h | 95 MagickBlackThresholdImage(MagickWand *,const PixelWand *), 98 MagickBorderImage(MagickWand *,const PixelWand *,const size_t,const size_t, 109 MagickColorizeImage(MagickWand *,const PixelWand *,const PixelWand *), 145 MagickFloodfillPaintImage(MagickWand *,const PixelWand *,const double, 146 const PixelWand *,const ssize_t,const ssize_t,const MagickBooleanType), 149 MagickFrameImage(MagickWand *,const PixelWand *,const size_t,const size_t, 156 MagickGetImageAlphaColor(MagickWand *,PixelWand *), 157 MagickGetImageBackgroundColor(MagickWand *,PixelWand *), 159 MagickGetImageBorderColor(MagickWand *,PixelWand *), 163 MagickGetImageColormapColor(MagickWand *,const size_t,PixelWand *), [all …]
|
D | drawing-wand.h | 133 DrawGetBorderColor(const DrawingWand *,PixelWand *), 139 DrawGetFillColor(const DrawingWand *,PixelWand *), 140 DrawGetStrokeColor(const DrawingWand *,PixelWand *), 144 DrawGetTextUnderColor(const DrawingWand *,PixelWand *), 192 DrawSetBorderColor(DrawingWand *,const PixelWand *), 195 DrawSetFillColor(DrawingWand *,const PixelWand *), 205 DrawSetStrokeColor(DrawingWand *,const PixelWand *), 217 DrawSetTextUnderColor(DrawingWand *,const PixelWand *),
|
D | wand-view.c | 83 PixelWand 146 clone_view->pixel_wands[i]=ClonePixelWands((const PixelWand **) in CloneWandView() 178 static PixelWand ***DestroyPixelsThreadSet(PixelWand ***pixel_wands, in DestroyPixelsThreadSet() 184 assert(pixel_wands != (PixelWand ***) NULL); in DestroyPixelsThreadSet() 186 if (pixel_wands[i] != (PixelWand **) NULL) in DestroyPixelsThreadSet() 188 pixel_wands=(PixelWand ***) RelinquishMagickMemory(pixel_wands); in DestroyPixelsThreadSet() 616 WandExport PixelWand **GetWandViewPixels(const WandView *wand_view) in GetWandViewPixels() 717 static PixelWand ***AcquirePixelsThreadSet(const size_t number_wands) in AcquirePixelsThreadSet() 719 PixelWand in AcquirePixelsThreadSet() 729 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads, in AcquirePixelsThreadSet() [all …]
|
D | pixel-iterator.c | 87 PixelWand 179 clone_iterator->pixel_wands=ClonePixelWands((const PixelWand **) in ClonePixelIterator() 488 WandExport PixelWand **PixelGetCurrentIteratorRow(PixelIterator *iterator, in PixelGetCurrentIteratorRow() 507 return((PixelWand **) NULL); in PixelGetCurrentIteratorRow() 667 WandExport PixelWand **PixelGetNextIteratorRow(PixelIterator *iterator, in PixelGetNextIteratorRow() 684 return((PixelWand **) NULL); in PixelGetNextIteratorRow() 689 return((PixelWand **) NULL); in PixelGetNextIteratorRow() 726 WandExport PixelWand **PixelGetPreviousIteratorRow(PixelIterator *iterator, in PixelGetPreviousIteratorRow() 743 return((PixelWand **) NULL); in PixelGetPreviousIteratorRow() 748 return((PixelWand **) NULL); in PixelGetPreviousIteratorRow()
|
D | magick-property.h | 90 MagickSetBackgroundColor(MagickWand *,const PixelWand *), 125 extern WandExport PixelWand
|
D | pixel-iterator.h | 50 extern WandExport PixelWand
|
D | wand-view.h | 52 extern WandExport PixelWand
|
D | magick-image.c | 864 const PixelWand *threshold) in MagickBlackThresholdImage() 1015 const PixelWand *bordercolor,const size_t width,const size_t height, in MagickBorderImage() 1548 const PixelWand *colorize,const PixelWand *blend) in MagickColorizeImage() 3250 const PixelWand *fill,const double fuzz,const PixelWand *bordercolor, in MagickFloodfillPaintImage() 3272 if (bordercolor != (PixelWand *) NULL) in MagickFloodfillPaintImage() 3411 const PixelWand *alpha_color,const size_t width,const size_t height, in MagickFrameImage() 3735 PixelWand *alpha_color) in MagickGetImageAlhpaColor() 3819 PixelWand *background_color) in MagickGetImageBackgroundColor() 4005 PixelWand *border_color) in MagickGetImageBorderColor() 4278 const size_t index,PixelWand *color) in MagickGetImageColormapColor() [all …]
|
D | drawing-wand.c | 1183 PixelWand *border_color) in DrawGetBorderColor() 1187 assert(border_color != (PixelWand *) NULL); in DrawGetBorderColor() 1440 WandExport void DrawGetFillColor(const DrawingWand *wand,PixelWand *fill_color) in DrawGetFillColor() 1444 assert(fill_color != (PixelWand *) NULL); in DrawGetFillColor() 1891 PixelWand *stroke_color) in DrawGetStrokeColor() 1895 assert(stroke_color != (PixelWand *) NULL); in DrawGetStrokeColor() 2708 PixelWand *under_color) in DrawGetTextUnderColor() 2712 assert(under_color != (PixelWand *) NULL); in DrawGetTextUnderColor() 4477 const PixelWand *border_wand) in DrawSetBorderColor() 4488 assert(border_wand != (const PixelWand *) NULL); in DrawSetBorderColor() [all …]
|
D | magick-property.c | 230 WandExport PixelWand *MagickGetBackgroundColor(MagickWand *wand) in MagickGetBackgroundColor() 232 PixelWand in MagickGetBackgroundColor() 1884 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/api_examples/ |
D | wand.c | 51 PixelWand in main()
|
/external/ImageMagick/www/source/wand/ |
D | sigmoidal-contrast.c | 19 PixelWand in SigmoidalContrast()
|
/external/ImageMagick/tests/ |
D | wandtest.c | 5186 PixelWand in main() 5374 for (i=0; pixels != (PixelWand **) NULL; i++) in main()
|
D | drawtest.c | 71 PixelWand in ScribbleImage()
|
/external/ImageMagick/coders/ |
D | wmf.c | 469 PixelWand in draw_fill_color_string() 479 PixelWand in draw_fill_color_rgb() 494 PixelWand in draw_stroke_color_string() 505 PixelWand in draw_stroke_color_rgb() 520 PixelWand in draw_under_color_string() 855 PixelWand in ipa_device_begin() 1572 PixelWand in ipa_draw_text()
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 329 PixelWand in operator ()() 730 PixelWand *pixel_wand=NewPixelWand(); in operator ()() 1429 PixelWand *pixel_wand=NewPixelWand(); in operator ()() 1744 PixelWand *pixel_wand=NewPixelWand(); in operator ()()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 299 using MagickCore::PixelWand;
|