Searched refs:DrawComposite (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.h | 93 DrawComposite(DrawingWand *,const CompositeOperator,const double,
|
D | ChangeLog | 356 they return MagickFalse if an error occurs (e.g. DrawComposite()). 359 * We now export the DrawComposite() drawing wand method as a public method.
|
D | drawing-wand.c | 998 WandExport MagickBooleanType DrawComposite(DrawingWand *wand, in DrawComposite() function
|
/external/ImageMagick/coders/ |
D | wmf.c | 715 (void) DrawComposite(WmfDrawingWand, CopyCompositeOp, in ipa_bmp_draw() 909 (void) DrawComposite(WmfDrawingWand,CopyCompositeOp,0,0, in ipa_device_begin() 1944 (void) DrawComposite(WmfDrawingWand,mode, 0, 0, brush_bmp->width, in util_set_brush()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1231 using MagickCore::DrawComposite;
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 631 (void) DrawComposite( context_, _composition, _x, _y, _width, _height, in operator ()()
|