Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.h161 DrawPathCurveToSmoothAbsolute(DrawingWand *,const double,const double,
Ddrawing-wand.c3275 WandExport void DrawPathCurveToSmoothAbsolute(DrawingWand *wand,const double x2, in DrawPathCurveToSmoothAbsolute() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1242 using MagickCore::DrawPathCurveToSmoothAbsolute;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp2068 DrawPathCurveToSmoothAbsolute( context_, x2, y2, p->x(), p->y() ); in operator ()()