Home
last modified time | relevance | path

Searched refs:annotate_image (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
Dannotate.c1907 *annotate_image; in RenderPostscript() local
2009 annotate_image=ReadImage(annotate_info,exception); in RenderPostscript()
2013 if (annotate_image == (Image *) NULL) in RenderPostscript()
2015 (void) NegateImage(annotate_image,MagickFalse,exception); in RenderPostscript()
2033 (void) TransformImage(&annotate_image,"0x0",(char *) NULL,exception); in RenderPostscript()
2039 crop_info=GetImageBoundingBox(annotate_image,exception); in RenderPostscript()
2047 (void) TransformImage(&annotate_image,geometry,(char *) NULL,exception); in RenderPostscript()
2054 metrics->width=(double) annotate_image->columns/ in RenderPostscript()
2066 annotate_image=DestroyImage(annotate_image); in RenderPostscript()
2085 if (annotate_image->alpha_trait == UndefinedPixelTrait) in RenderPostscript()
[all …]
Dxwindow.c476 *annotate_image; in XAnnotateImage() local
547 annotate_image=AcquireImage((ImageInfo *) NULL,exception); in XAnnotateImage()
548 if (annotate_image == (Image *) NULL) in XAnnotateImage()
550 annotate_image->columns=annotate_info->width; in XAnnotateImage()
551 annotate_image->rows=annotate_info->height; in XAnnotateImage()
561 (ssize_t) y,&annotate_image->background_color,exception); in XAnnotateImage()
563 annotate_image->alpha_trait=BlendPixelTrait; in XAnnotateImage()
564 annotate_view=AcquireAuthenticCacheView(annotate_image,exception); in XAnnotateImage()
565 for (y=0; y < (int) annotate_image->rows; y++) in XAnnotateImage()
574 annotate_image->columns,1,exception); in XAnnotateImage()
[all …]