Lines Matching refs:clip_path
369 clone_info->clip_path=draw_info->clip_path; in CloneDrawInfo()
1493 *clip_path; in DrawClipPath() local
1501 clip_path=GetImageArtifact(image,id); in DrawClipPath()
1502 if (clip_path == (const char *) NULL) in DrawClipPath()
1504 clipping_mask=DrawClippingMask(image,draw_info,draw_info->clip_mask,clip_path, in DrawClipPath()
1546 const char *id,const char *clip_path,ExceptionInfo *exception) in DrawClippingMask() argument
1580 (void) CloneString(&clone_info->primitive,clip_path); in DrawClippingMask()
1589 clone_info->clip_path=MagickTrue; in DrawClippingMask()
2689 *clip_path; in RenderMVGContent() local
2701 clip_path=(const char *) GetValueFromSplayTree(macros,token); in RenderMVGContent()
2702 if (clip_path != (const char *) NULL) in RenderMVGContent()
2708 graphic_context[n],token,clip_path,exception); in RenderMVGContent()
2845 if (graphic_context[n]->clip_path != MagickFalse) in RenderMVGContent()
2866 if (graphic_context[n]->clip_path != MagickFalse) in RenderMVGContent()
3111 if (graphic_context[n]->clip_path != MagickFalse) in RenderMVGContent()
3229 *clip_path; in RenderMVGContent() local
3233 clip_path=(const char *) GetValueFromSplayTree(macros,name); in RenderMVGContent()
3234 if (clip_path != (const char *) NULL) in RenderMVGContent()
3235 (void) SetImageArtifact(image,name,clip_path); in RenderMVGContent()
3525 if (graphic_context[n]->clip_path != MagickFalse) in RenderMVGContent()
3654 if (graphic_context[n]->clip_path != MagickFalse) in RenderMVGContent()
3672 if (graphic_context[n]->clip_path != MagickFalse) in RenderMVGContent()
5782 draw_info->clip_path=MagickFalse; in GetDrawInfo()