Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxwindow.c486 annotate_pixmap; in XAnnotateImage() local
515 annotate_pixmap=XCreatePixmap(display,root_window,annotate_info->width, in XAnnotateImage()
517 if (annotate_pixmap == (Pixmap) NULL) in XAnnotateImage()
532 (void) XDrawImageString(display,annotate_pixmap,annotate_context,0, in XAnnotateImage()
539 annotate_ximage=XGetImage(display,annotate_pixmap,0,0,annotate_info->width, in XAnnotateImage()
543 (void) XFreePixmap(display,annotate_pixmap); in XAnnotateImage()