Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dannotate.c1840 *annotate_image; in RenderPostscript() local
1942 annotate_image=ReadImage(annotate_info,exception); in RenderPostscript()
1946 if (annotate_image == (Image *) NULL) in RenderPostscript()
1948 (void) NegateImage(annotate_image,MagickFalse,exception); in RenderPostscript()
1966 (void) TransformImage(&annotate_image,"0x0",(char *) NULL,exception); in RenderPostscript()
1972 crop_info=GetImageBoundingBox(annotate_image,exception); in RenderPostscript()
1980 (void) TransformImage(&annotate_image,geometry,(char *) NULL,exception); in RenderPostscript()
1987 metrics->width=(double) annotate_image->columns/ in RenderPostscript()
1999 annotate_image=DestroyImage(annotate_image); in RenderPostscript()
2018 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 …]