Searched refs:annotate_image (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | annotate.c | 1970 *annotate_image; in RenderPostscript() local 2072 annotate_image=ReadImage(annotate_info,exception); in RenderPostscript() 2076 if (annotate_image == (Image *) NULL) in RenderPostscript() 2078 (void) NegateImage(annotate_image,MagickFalse,exception); in RenderPostscript() 2096 (void) TransformImage(&annotate_image,"0x0",(char *) NULL,exception); in RenderPostscript() 2102 crop_info=GetImageBoundingBox(annotate_image,exception); in RenderPostscript() 2110 (void) TransformImage(&annotate_image,geometry,(char *) NULL,exception); in RenderPostscript() 2117 metrics->width=(double) annotate_image->columns/ in RenderPostscript() 2129 annotate_image=DestroyImage(annotate_image); in RenderPostscript() 2148 if (annotate_image->alpha_trait == UndefinedPixelTrait) in RenderPostscript() [all …]
|
D | xwindow.c | 481 *annotate_image; in XAnnotateImage() local 552 annotate_image=AcquireImage((ImageInfo *) NULL,exception); in XAnnotateImage() 553 if (annotate_image == (Image *) NULL) in XAnnotateImage() 555 annotate_image->columns=annotate_info->width; in XAnnotateImage() 556 annotate_image->rows=annotate_info->height; in XAnnotateImage() 566 (ssize_t) y,&annotate_image->background_color,exception); in XAnnotateImage() 568 annotate_image->alpha_trait=BlendPixelTrait; in XAnnotateImage() 569 annotate_view=AcquireAuthenticCacheView(annotate_image,exception); in XAnnotateImage() 570 for (y=0; y < (int) annotate_image->rows; y++) in XAnnotateImage() 579 annotate_image->columns,1,exception); in XAnnotateImage() [all …]
|