Searched refs:DrawPathCurveToRelative (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | drawing-wand.h | 151 DrawPathCurveToRelative(DrawingWand *,const double,const double,const double,
|
D | drawing-wand.c | 2985 WandExport void DrawPathCurveToRelative(DrawingWand *wand,const double x1, in DrawPathCurveToRelative() function
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Include.h | 1241 using MagickCore::DrawPathCurveToRelative;
|
/external/ImageMagick/Magick++/lib/ |
D | Drawable.cpp | 2030 DrawPathCurveToRelative( context_, p->x1(), p->y1(), p->x2(), p->y2(), in operator ()()
|