Home
last modified time | relevance | path

Searched refs:DrawAlpha (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickWand/
Ddrawing-wand.h130 DrawAlpha(DrawingWand *,const double,const double,const PaintMethod),
Ddrawing-wand.c662 WandExport void DrawAlpha(DrawingWand *wand,const double x,const double y, in DrawAlpha() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1224 using MagickCore::DrawAlpha;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp211 DrawAlpha(context_,_x,_y,_paintMethod); in operator ()()