Home
last modified time | relevance | path

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

/external/ImageMagick/MagickWand/
Ddrawing-wand.c73 PathCurveToOperation, /* C|c (x1 y1 x2 y2 x y)+ */ enumerator
2923 if ((wand->path_operation != PathCurveToOperation) || in DrawPathCurveTo()
2926 wand->path_operation=PathCurveToOperation; in DrawPathCurveTo()