Home
last modified time | relevance | path

Searched refs:DrawingWand (Results 1 – 13 of 13) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.h28 DrawingWand; typedef
31 DrawGetTextAlignment(const DrawingWand *);
34 *DrawGetClipPath(const DrawingWand *),
35 *DrawGetDensity(const DrawingWand *),
36 *DrawGetException(const DrawingWand *,ExceptionType *),
37 *DrawGetFont(const DrawingWand *),
38 *DrawGetFontFamily(const DrawingWand *),
39 *DrawGetTextEncoding(const DrawingWand *),
40 *DrawGetVectorGraphics(DrawingWand *);
43 DrawGetClipUnits(const DrawingWand *) magick_attribute((__pure__));
[all …]
Ddrawing-wand.c159 MVGPrintf(DrawingWand *,const char *,...) wand_attribute((format
161 MVGAutoWrapPrintf(DrawingWand *,const char *,...) wand_attribute((format
165 MVGAppendColor(DrawingWand *,const PixelInfo *);
170 static int MVGPrintf(DrawingWand *wand,const char *format,...) in MVGPrintf()
175 assert(wand != (DrawingWand *) NULL); in MVGPrintf()
249 static int MVGAutoWrapPrintf(DrawingWand *wand,const char *format,...) in MVGAutoWrapPrintf()
279 static void MVGAppendColor(DrawingWand *wand,const PixelInfo *packet) in MVGAppendColor()
305 static void MVGAppendPointsCommand(DrawingWand *wand,const char *command, in MVGAppendPointsCommand()
323 static void AdjustAffine(DrawingWand *wand,const AffineMatrix *affine) in AdjustAffine()
325 assert(wand != (DrawingWand *) NULL); in AdjustAffine()
[all …]
Dmagick-image.h88 MagickAffineTransformImage(MagickWand *,const DrawingWand *),
89 MagickAnnotateImage(MagickWand *,const DrawingWand *,const double,
135 MagickDrawImage(MagickWand *,const DrawingWand *),
216 MagickPolaroidImage(MagickWand *,const DrawingWand *,const char *,
353 *MagickMontageImage(MagickWand *,const DrawingWand *,const char *,
Dmagick-property.h60 *MagickQueryFontMetrics(MagickWand *,const DrawingWand *,const char *),
61 *MagickQueryMultilineFontMetrics(MagickWand *,const DrawingWand *,
Dmagick-wand.c515 const DrawingWand *drawing_wand,const char *text) in MagickQueryFontMetrics()
533 assert(drawing_wand != (const DrawingWand *) NULL); in MagickQueryFontMetrics()
622 const DrawingWand *drawing_wand,const char *text) in MagickQueryMultilineFontMetrics()
640 assert(drawing_wand != (const DrawingWand *) NULL); in MagickQueryMultilineFontMetrics()
Dmagick-image.c533 const DrawingWand *drawing_wand) in MagickAffineTransformImage()
594 const DrawingWand *drawing_wand,const double x,const double y, in MagickAnnotateImage()
2777 const DrawingWand *drawing_wand) in MagickDrawImage()
6883 const DrawingWand *drawing_wand,const char *tile_geometry, in MagickMontageImage()
7736 const DrawingWand *drawing_wand,const char *caption,const double angle, in MagickPolaroidImage()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h108 virtual void operator()(MagickCore::DrawingWand *) const;
138 void operator()(MagickCore::DrawingWand *) const;
171 virtual void operator()( MagickCore::DrawingWand *context_ ) const = 0;
201 void operator()( MagickCore::DrawingWand *context_ ) const;
236 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
315 void operator()(MagickCore::DrawingWand *context_) const;
375 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
457 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
478 void operator()(MagickCore::DrawingWand *context_) const;
500 void operator()(MagickCore::DrawingWand *context_) const;
[all …]
DInclude.h288 using MagickCore::DrawingWand;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp69 void Magick::DrawableBase::operator()(MagickCore::DrawingWand * context_) const in operator ()()
118 void Magick::Drawable::operator()(MagickCore::DrawingWand * context_) const in operator ()()
167 void Magick::VPath::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
196 void Magick::DrawableAffine::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
209 void Magick::DrawableAlpha::operator()(MagickCore::DrawingWand * context_) const in operator ()()
223 void Magick::DrawableArc::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
250 void Magick::DrawableBezier::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
293 MagickCore::DrawingWand *context_) const in operator ()()
335 MagickCore::DrawingWand * context_) const in operator ()()
367 MagickCore::DrawingWand * context_) const in operator ()()
[all …]
DImage.cpp2787 DrawingWand in draw()
2808 DrawingWand in draw()
/external/ImageMagick/coders/
Dwmf.c338 DrawingWand
469 static void draw_fill_color_string(DrawingWand *drawing_wand,const char *color) in draw_fill_color_string()
494 static void draw_stroke_color_string(DrawingWand *drawing_wand,const char *color) in draw_stroke_color_string()
520 static void draw_under_color_string(DrawingWand *drawing_wand,const char *color) in draw_under_color_string()
813 if (ddata->draw_wand != (DrawingWand *) NULL) in ipa_device_close()
816 ddata->draw_wand=(DrawingWand *) NULL; in ipa_device_close()
/external/ImageMagick/tests/
Ddrawtest.c68 DrawingWand in ScribbleImage()
Dwandtest.c5173 DrawingWand in main()