Searched refs:DrawClipPath (Results 1 - 7 of 7) sorted by relevance

/external/ImageMagick/www/api/
H A Ddraw.php55 <p class="text-center"><a href="draw.php#AcquireDrawInfo">AcquireDrawInfo</a> &bull; <a href="draw.php#CloneDrawInfo">CloneDrawInfo</a> &bull; <a href="draw.php#DestroyDrawInfo">DestroyDrawInfo</a> &bull; <a href="draw.php#DrawAffineImage">DrawAffineImage</a> &bull; <a href="draw.php#DrawClipPath">DrawClipPath</a> &bull; <a href="draw.php#DrawImage">DrawImage</a> &bull; <a href="draw.php#DrawGradientImage">DrawGradientImage</a> &bull; <a href="draw.php#DrawPatternPath">DrawPatternPath</a> &bull; <a href="draw.php#DrawPrimitive">DrawPrimitive</a> &bull; <a href="draw.php#GetAffineMatrix">GetAffineMatrix</a></p>
151 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/draw_8c.html" id="DrawClipPath">DrawClipPath</a></h2>
153 <p>DrawClipPath() draws the clip path on the image mask.</p>
155 <p>The format of the DrawClipPath method is:</p>
158 MagickBooleanType DrawClipPath(Image *image,const DrawInfo *draw_info,
/external/ImageMagick/MagickCore/
H A Ddraw.h376 DrawClipPath(Image *,const DrawInfo *,const char *,ExceptionInfo *),
H A Dmethods.h298 #define DrawClipPath PrependMagickMethod(DrawClipPath) macro
H A Ddraw.c1390 % DrawClipPath() draws the clip path on the image mask.
1392 % The format of the DrawClipPath method is:
1394 % MagickBooleanType DrawClipPath(Image *image,const DrawInfo *draw_info, function
1408 MagickExport MagickBooleanType DrawClipPath(Image *image,
1925 (void) DrawClipPath(image,graphic_context[n],
3258 status&=DrawClipPath(image,graphic_context[n],
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h152 void DrawClipPath(CPDF_ClipPath ClipPath, const CFX_Matrix* pObj2Device);
H A Dfpdf_render.cpp674 void CPDF_RenderStatus::DrawClipPath(CPDF_ClipPath ClipPath, function in class:CPDF_RenderStatus
/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c4639 (void) DrawClipPath(wand->image,CurrentContext,CurrentContext->clip_mask);

Completed in 8669 milliseconds