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 *);
[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()
177 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,
133 MagickDrawImage(MagickWand *,const DrawingWand *),
214 MagickPolaroidImage(MagickWand *,const DrawingWand *,const char *,
351 *MagickMontageImage(MagickWand *,const DrawingWand *,const char *,
Dmagick-property.h60 *MagickQueryFontMetrics(MagickWand *,const DrawingWand *,const char *),
61 *MagickQueryMultilineFontMetrics(MagickWand *,const DrawingWand *,
Dmagick-wand.c513 const DrawingWand *drawing_wand,const char *text) in MagickQueryFontMetrics()
531 assert(drawing_wand != (const DrawingWand *) NULL); in MagickQueryFontMetrics()
620 const DrawingWand *drawing_wand,const char *text) in MagickQueryMultilineFontMetrics()
638 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()
2727 const DrawingWand *drawing_wand) in MagickDrawImage()
6833 const DrawingWand *drawing_wand,const char *tile_geometry, in MagickMontageImage()
7686 const DrawingWand *drawing_wand,const char *caption,const double angle, in MagickPolaroidImage()
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h98 public std::unary_function<MagickCore::DrawingWand,void>
109 virtual void operator()(MagickCore::DrawingWand *) const;
139 void operator()(MagickCore::DrawingWand *) const;
172 virtual void operator()( MagickCore::DrawingWand *context_ ) const = 0;
202 void operator()( MagickCore::DrawingWand *context_ ) const;
251 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
330 void operator()(MagickCore::DrawingWand *context_) const;
390 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
472 /*virtual*/ void operator()( MagickCore::DrawingWand *context_ ) const;
493 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 ()()
227 void Magick::DrawableAffine::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
240 void Magick::DrawableAlpha::operator()(MagickCore::DrawingWand * context_) const in operator ()()
254 void Magick::DrawableArc::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
281 void Magick::DrawableBezier::operator()( MagickCore::DrawingWand * context_ ) const in operator ()()
324 MagickCore::DrawingWand *context_) const in operator ()()
366 MagickCore::DrawingWand * context_) const in operator ()()
398 MagickCore::DrawingWand * context_) const in operator ()()
[all …]
DImage.cpp2752 DrawingWand in draw()
2773 DrawingWand in draw()
/external/ImageMagick/coders/
Dwmf.c336 DrawingWand
467 static void draw_fill_color_string(DrawingWand *drawing_wand,const char *color) in draw_fill_color_string()
492 static void draw_stroke_color_string(DrawingWand *drawing_wand,const char *color) in draw_stroke_color_string()
518 static void draw_under_color_string(DrawingWand *drawing_wand,const char *color) in draw_under_color_string()
811 if (ddata->draw_wand != (DrawingWand *) NULL) in ipa_device_close()
814 ddata->draw_wand=(DrawingWand *) NULL; in ipa_device_close()
/external/ImageMagick/tests/
Ddrawtest.c68 DrawingWand in ScribbleImage()
Dwandtest.c5173 DrawingWand in main()