Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.h151 DrawPathCurveToRelative(DrawingWand *,const double,const double,const double,
Ddrawing-wand.c2985 WandExport void DrawPathCurveToRelative(DrawingWand *wand,const double x1, in DrawPathCurveToRelative() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1241 using MagickCore::DrawPathCurveToRelative;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp2030 DrawPathCurveToRelative( context_, p->x1(), p->y1(), p->x2(), p->y2(), in operator ()()