Lines Matching refs:clip_mask
339 if (draw_info->clip_mask != (char *) NULL) in CloneDrawInfo()
340 (void) CloneString(&clone_info->clip_mask,draw_info->clip_mask); in CloneDrawInfo()
860 if (draw_info->clip_mask != (char *) NULL) in DestroyDrawInfo()
861 draw_info->clip_mask=DestroyString(draw_info->clip_mask); in DestroyDrawInfo()
1401 *clip_mask; in DrawClipPath() local
1421 clip_mask=CloneImage(image,image->columns,image->rows,MagickTrue,exception); in DrawClipPath()
1422 if (clip_mask == (Image *) NULL) in DrawClipPath()
1425 &clip_mask->background_color,exception); in DrawClipPath()
1426 clip_mask->background_color.alpha=(MagickRealType) TransparentAlpha; in DrawClipPath()
1427 (void) SetImageBackgroundColor(clip_mask,exception); in DrawClipPath()
1430 draw_info->clip_mask); in DrawClipPath()
1435 clone_info->clip_mask=(char *) NULL; in DrawClipPath()
1436 status=NegateImage(clip_mask,MagickFalse,exception); in DrawClipPath()
1437 (void) SetImageMask(image,ReadPixelMask,clip_mask,exception); in DrawClipPath()
1438 clip_mask=DestroyImage(clip_mask); in DrawClipPath()
1908 (void) CloneString(&graphic_context[n]->clip_mask,token); in DrawImage()
1910 graphic_context[n]->clip_mask,exception); in DrawImage()
2294 if (graphic_context[n]->clip_mask != (char *) NULL) in DrawImage()
2295 if (LocaleCompare(graphic_context[n]->clip_mask, in DrawImage()
2296 graphic_context[n-1]->clip_mask) != 0) in DrawImage()
3239 if ((n != 0) && (graphic_context[n]->clip_mask != (char *) NULL) && in DrawImage()
3240 (LocaleCompare(graphic_context[n]->clip_mask, in DrawImage()
3241 graphic_context[n-1]->clip_mask) != 0)) in DrawImage()
3243 graphic_context[n]->clip_mask,exception); in DrawImage()