Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.h163 DrawPathCurveToSmoothRelative(DrawingWand *,const double,const double,
Ddrawing-wand.c3325 WandExport void DrawPathCurveToSmoothRelative(DrawingWand *wand,const double x2, in DrawPathCurveToSmoothRelative() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1243 using MagickCore::DrawPathCurveToSmoothRelative;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp2105 DrawPathCurveToSmoothRelative( context_, x2, y2, p->x(), p->y() ); in operator ()()