Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddraw.h376 DrawClipPath(Image *,const DrawInfo *,const char *,ExceptionInfo *),
Dmethods.h298 #define DrawClipPath PrependMagickMethod(DrawClipPath) macro
Ddraw.c1394 MagickExport MagickBooleanType DrawClipPath(Image *image, in DrawClipPath() function
1909 (void) DrawClipPath(image,graphic_context[n], in DrawImage()
3242 status&=DrawClipPath(image,graphic_context[n], in DrawImage()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h152 void DrawClipPath(CPDF_ClipPath ClipPath, const CFX_Matrix* pObj2Device);
Dfpdf_render.cpp674 void CPDF_RenderStatus::DrawClipPath(CPDF_ClipPath ClipPath, in DrawClipPath() function in CPDF_RenderStatus
/external/ImageMagick/MagickWand/
Ddrawing-wand.c4545 (void) DrawClipPath(wand->image,CurrentContext,CurrentContext->clip_mask); in DrawSetClipPath()