Searched refs:annotate_pixmap (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 491 annotate_pixmap; in XAnnotateImage() local 520 annotate_pixmap=XCreatePixmap(display,root_window,annotate_info->width, in XAnnotateImage() 522 if (annotate_pixmap == (Pixmap) NULL) in XAnnotateImage() 537 (void) XDrawImageString(display,annotate_pixmap,annotate_context,0, in XAnnotateImage() 544 annotate_ximage=XGetImage(display,annotate_pixmap,0,0,annotate_info->width, in XAnnotateImage() 548 (void) XFreePixmap(display,annotate_pixmap); in XAnnotateImage()
|