Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.h179 DrawPathMoveToRelative(DrawingWand *,const double,const double),
Ddrawing-wand.c3875 WandExport void DrawPathMoveToRelative(DrawingWand *wand,const double x, in DrawPathMoveToRelative() function
/external/ImageMagick/Magick++/lib/Magick++/
DInclude.h1283 using MagickCore::DrawPathMoveToRelative;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp2485 DrawPathMoveToRelative( context_, p->x(), p->y() ); in operator ()()