Searched refs:annotate_image (Results 1 - 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
H A D | annotate.c | 1852 *annotate_image; 1954 annotate_image=ReadImage(annotate_info,exception); 1958 if (annotate_image == (Image *) NULL) 1960 (void) NegateImage(annotate_image,MagickFalse,exception); 1978 (void) TransformImage(&annotate_image,"0x0",(char *) NULL,exception); 1984 crop_info=GetImageBoundingBox(annotate_image,exception); 1992 (void) TransformImage(&annotate_image,geometry,(char *) NULL,exception); 1999 metrics->width=(double) annotate_image->columns/ 2011 annotate_image=DestroyImage(annotate_image); 1840 *annotate_image; local [all...] |
H A D | xwindow.c | 482 *annotate_image; 553 annotate_image=AcquireImage((ImageInfo *) NULL,exception); 554 if (annotate_image == (Image *) NULL) 556 annotate_image->columns=annotate_info->width; 557 annotate_image->rows=annotate_info->height; 567 (ssize_t) y,&annotate_image->background_color,exception); 569 annotate_image->alpha_trait=BlendPixelTrait; 570 annotate_view=AcquireAuthenticCacheView(annotate_image,exception); 571 for (y=0; y < (int) annotate_image->rows; y++) 580 annotate_image 476 *annotate_image; local [all...] |
Completed in 135 milliseconds