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.c160 MVGPrintf(DrawingWand *,const char *,...) wand_attribute((format
162 MVGAutoWrapPrintf(DrawingWand *,const char *,...) wand_attribute((format
166 MVGAppendColor(DrawingWand *,const PixelInfo *);
171 static int MVGPrintf(DrawingWand *wand,const char *format,...) in MVGPrintf()
176 assert(wand != (DrawingWand *) NULL); in MVGPrintf()
250 static int MVGAutoWrapPrintf(DrawingWand *wand,const char *format,...) in MVGAutoWrapPrintf()
280 static void MVGAppendColor(DrawingWand *wand,const PixelInfo *packet) in MVGAppendColor()
306 static void MVGAppendPointsCommand(DrawingWand *wand,const char *command, in MVGAppendPointsCommand()
324 static void AdjustAffine(DrawingWand *wand,const AffineMatrix *affine) in AdjustAffine()
326 assert(wand != (DrawingWand *) NULL); in AdjustAffine()
[all …]
Dmagick-image.h88 MagickAffineTransformImage(MagickWand *,const DrawingWand *),
89 MagickAnnotateImage(MagickWand *,const DrawingWand *,const double,
142 MagickDrawImage(MagickWand *,const DrawingWand *),
230 MagickPolaroidImage(MagickWand *,const DrawingWand *,const char *,
374 *MagickMontageImage(MagickWand *,const DrawingWand *,const char *,
Dmagick-property.h60 *MagickQueryFontMetrics(MagickWand *,const DrawingWand *,const char *),
61 *MagickQueryMultilineFontMetrics(MagickWand *,const DrawingWand *,
Dmagick-wand.c511 const DrawingWand *drawing_wand,const char *text) in MagickQueryFontMetrics()
529 assert(drawing_wand != (const DrawingWand *) NULL); in MagickQueryFontMetrics()
618 const DrawingWand *drawing_wand,const char *text) in MagickQueryMultilineFontMetrics()
636 assert(drawing_wand != (const DrawingWand *) NULL); in MagickQueryMultilineFontMetrics()
Dmagick-image.c530 const DrawingWand *drawing_wand) in MagickAffineTransformImage()
591 const DrawingWand *drawing_wand,const double x,const double y, in MagickAnnotateImage()
3074 const DrawingWand *drawing_wand) in MagickDrawImage()
7492 const DrawingWand *drawing_wand,const char *tile_geometry, in MagickMontageImage()
8347 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.h315 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
466 static void draw_fill_color_string(DrawingWand *drawing_wand,const char *color) in draw_fill_color_string()
491 static void draw_stroke_color_string(DrawingWand *drawing_wand,const char *color) in draw_stroke_color_string()
517 static void draw_under_color_string(DrawingWand *drawing_wand,const char *color) in draw_under_color_string()
810 if (ddata->draw_wand != (DrawingWand *) NULL) in ipa_device_close()
813 ddata->draw_wand=(DrawingWand *) NULL; in ipa_device_close()
/external/ImageMagick/tests/
Ddrawtest.c68 DrawingWand in ScribbleImage()
Dwandtest.c5306 DrawingWand in main()