Home
last modified time | relevance | path

Searched refs:PixelWand (Results 1 – 22 of 22) sorted by relevance

/external/ImageMagick/MagickWand/
Dpixel-wand.h26 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 …]
Dpixel-wand.c109 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 …]
Dmagick-image.h95 MagickBlackThresholdImage(MagickWand *,const PixelWand *),
98 MagickBorderImage(MagickWand *,const PixelWand *,const size_t,const size_t,
111 MagickColorizeImage(MagickWand *,const PixelWand *,const PixelWand *),
147 MagickFloodfillPaintImage(MagickWand *,const PixelWand *,const double,
148 const PixelWand *,const ssize_t,const ssize_t,const MagickBooleanType),
151 MagickFrameImage(MagickWand *,const PixelWand *,const size_t,const size_t,
158 MagickGetImageBackgroundColor(MagickWand *,PixelWand *),
160 MagickGetImageBorderColor(MagickWand *,PixelWand *),
164 MagickGetImageColormapColor(MagickWand *,const size_t,PixelWand *),
169 MagickGetImageMatteColor(MagickWand *,PixelWand *),
[all …]
Ddrawing-wand.h135 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 *),
Dwand-view.c83 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()
618 WandExport PixelWand **GetWandViewPixels(const WandView *wand_view) in GetWandViewPixels()
719 static PixelWand ***AcquirePixelsThreadSet(const size_t number_wands) in AcquirePixelsThreadSet()
721 PixelWand in AcquirePixelsThreadSet()
731 pixel_wands=(PixelWand ***) AcquireQuantumMemory(number_threads, in AcquirePixelsThreadSet()
[all …]
Dpixel-iterator.c87 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()
Ddeprecate.h30 MagickGetImageAlphaColor(MagickWand *,PixelWand *),
31 MagickSetImageAlphaColor(MagickWand *,const PixelWand *);
Ddeprecate.c78 PixelWand *alpha_color) in MagickGetImageAlphaColor()
116 const PixelWand *alpha) in MagickSetImageAlphaColor()
Dmagick-property.h90 MagickSetBackgroundColor(MagickWand *,const PixelWand *),
126 extern WandExport PixelWand
Dpixel-iterator.h50 extern WandExport PixelWand
Dwand-view.h52 extern WandExport PixelWand
Dmagick-image.c864 const PixelWand *threshold) in MagickBlackThresholdImage()
1015 const PixelWand *bordercolor,const size_t width,const size_t height, in MagickBorderImage()
1598 const PixelWand *colorize,const PixelWand *blend) in MagickColorizeImage()
3300 const PixelWand *fill,const double fuzz,const PixelWand *bordercolor, in MagickFloodfillPaintImage()
3322 if (bordercolor != (PixelWand *) NULL) in MagickFloodfillPaintImage()
3461 const PixelWand *matte_color,const size_t width,const size_t height, in MagickFrameImage()
3831 PixelWand *background_color) in MagickGetImageBackgroundColor()
4017 PixelWand *border_color) in MagickGetImageBorderColor()
4290 const size_t index,PixelWand *color) in MagickGetImageColormapColor()
5027 WandExport PixelWand **MagickGetImageHistogram(MagickWand *wand, in MagickGetImageHistogram()
[all …]
Ddrawing-wand.c1183 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()
2786 PixelWand *under_color) in DrawGetTextUnderColor()
2790 assert(under_color != (PixelWand *) NULL); in DrawGetTextUnderColor()
4558 const PixelWand *border_wand) in DrawSetBorderColor()
4569 assert(border_wand != (const PixelWand *) NULL); in DrawSetBorderColor()
[all …]
Dmagick-property.c230 WandExport PixelWand *MagickGetBackgroundColor(MagickWand *wand) in MagickGetBackgroundColor()
232 PixelWand in MagickGetBackgroundColor()
1884 const PixelWand *background) in MagickSetBackgroundColor()
/external/ImageMagick/www/source/
Dcontrast.c39 PixelWand in main()
78 if ((pixels == (PixelWand **) NULL) || in main()
79 (contrast_pixels == (PixelWand **) NULL)) in main()
/external/ImageMagick/api_examples/
Dwand.c51 PixelWand in main()
/external/ImageMagick/www/source/wand/
Dsigmoidal-contrast.c19 PixelWand in SigmoidalContrast()
/external/ImageMagick/tests/
Dwandtest.c5186 PixelWand in main()
5377 for (i=0; pixels != (PixelWand **) NULL; i++) in main()
Ddrawtest.c71 PixelWand in ScribbleImage()
/external/ImageMagick/coders/
Dwmf.c471 PixelWand in draw_fill_color_string()
481 PixelWand in draw_fill_color_rgb()
496 PixelWand in draw_stroke_color_string()
507 PixelWand in draw_stroke_color_rgb()
522 PixelWand in draw_under_color_string()
862 PixelWand in ipa_device_begin()
1579 PixelWand in ipa_draw_text()
/external/ImageMagick/Magick++/lib/
DDrawable.cpp298 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++/
DInclude.h299 using MagickCore::PixelWand;