Home
last modified time | relevance | path

Searched refs:PixelWand (Results 1 – 20 of 20) 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 *),
35 PixelGetBlack(const PixelWand *),
36 PixelGetBlue(const PixelWand *),
37 PixelGetCyan(const PixelWand *),
38 PixelGetFuzz(const PixelWand *),
39 PixelGetGreen(const PixelWand *),
[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,
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 …]
Ddrawing-wand.h133 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 *),
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()
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 …]
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()
Dmagick-property.h90 MagickSetBackgroundColor(MagickWand *,const PixelWand *),
125 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()
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 …]
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()
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 …]
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()
5374 for (i=0; pixels != (PixelWand **) NULL; i++) in main()
Ddrawtest.c71 PixelWand in ScribbleImage()
/external/ImageMagick/coders/
Dwmf.c469 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/
DDrawable.cpp329 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++/
DInclude.h299 using MagickCore::PixelWand;