Home
last modified time | relevance | path

Searched refs:DrawComposite (Results 1 – 6 of 6) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.h93 DrawComposite(DrawingWand *,const CompositeOperator,const double,
DChangeLog356 they return MagickFalse if an error occurs (e.g. DrawComposite()).
359 * We now export the DrawComposite() drawing wand method as a public method.
Ddrawing-wand.c998 WandExport MagickBooleanType DrawComposite(DrawingWand *wand, in DrawComposite() function
/external/ImageMagick/coders/
Dwmf.c715 (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++/
DInclude.h1231 using MagickCore::DrawComposite;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp631 (void) DrawComposite( context_, _composition, _x, _y, _width, _height, in operator ()()