Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddraw.h394 DrawClipPath(Image *,const DrawInfo *,const char *,ExceptionInfo *),
Dmethods.h301 #define DrawClipPath PrependMagickMethod(DrawClipPath) macro
Ddraw.c1502 MagickExport MagickBooleanType DrawClipPath(Image *image, in DrawClipPath() function
2776 status&=DrawClipPath(image,graphic_context[n], in RenderMVGContent()
4430 status&=DrawClipPath(image,graphic_context[n], in RenderMVGContent()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c4627 (void) DrawClipPath(wand->image,CurrentContext,CurrentContext->clip_mask, in DrawSetClipPath()