Lines Matching refs:annotate_context
1834 annotate_context; in XAnnotateEditImage() local
2250 annotate_context=windows->image.annotate_context; in XAnnotateEditImage()
2251 (void) XSetFont(display,annotate_context,font_info->fid); in XAnnotateEditImage()
2252 (void) XSetBackground(display,annotate_context, in XAnnotateEditImage()
2254 (void) XSetForeground(display,annotate_context, in XAnnotateEditImage()
2263 (void) XDrawString(display,windows->image.id,annotate_context,x,y,"_",1); in XAnnotateEditImage()
2274 (void) XDrawString(display,windows->image.id,annotate_context,x,y,"_",1); in XAnnotateEditImage()
2284 (void) XSetBackground(display,annotate_context, in XAnnotateEditImage()
2286 (void) XSetForeground(display,annotate_context, in XAnnotateEditImage()
2289 (void) XSetBackground(display,annotate_context, in XAnnotateEditImage()
2291 (void) XSetForeground(display,annotate_context, in XAnnotateEditImage()
2361 (void) XDrawString(display,windows->image.id,annotate_context, in XAnnotateEditImage()
2366 annotate_context,text_info->x,text_info->y,text_info->text, in XAnnotateEditImage()
2370 (void) XDrawString(display,windows->image.id,annotate_context, in XAnnotateEditImage()
2477 (void) XDrawString(display,windows->image.id,annotate_context, in XAnnotateEditImage()
2481 annotate_context,x,y,p,1); in XAnnotateEditImage()
2578 (void) XDrawString(display,windows->image.id,annotate_context, in XAnnotateEditImage()
2705 (void) XSetForeground(display,annotate_context, in XAnnotateEditImage()
2707 (void) XSetBackground(display,annotate_context, in XAnnotateEditImage()
2709 (void) XSetFont(display,annotate_context,windows->font_info->fid); in XAnnotateEditImage()
6353 XHighlightRectangle(display,windows->pan.id,windows->pan.annotate_context, in XDrawPanRectangle()
13912 pixel.annotate_context=XCreateGC(display,window_info.id, in XDisplayBackgroundImage()
13914 if (pixel.annotate_context == (GC) NULL) in XDisplayBackgroundImage()
14024 window_info.annotate_context,0,0,(unsigned int) width, in XDisplayBackgroundImage()
14026 (void) XPutImage(display,window_info.pixmap,window_info.annotate_context, in XDisplayBackgroundImage()
14642 if (pixel->annotate_context != (GC) NULL) in XDisplayImage()
14643 (void) XFreeGC(display,pixel->annotate_context); in XDisplayImage()
14644 pixel->annotate_context=XCreateGC(display,windows->context.id, in XDisplayImage()
14646 if (pixel->annotate_context == (GC) NULL) in XDisplayImage()
14690 if (icon_pixel->annotate_context != (GC) NULL) in XDisplayImage()
14691 (void) XFreeGC(display,icon_pixel->annotate_context); in XDisplayImage()
14694 icon_pixel->annotate_context=XCreateGC(display,windows->icon.id, in XDisplayImage()
14696 if (icon_pixel->annotate_context == (GC) NULL) in XDisplayImage()
14699 windows->icon.annotate_context=icon_pixel->annotate_context; in XDisplayImage()
15409 (void) XChangeGC(display,magick_windows[i]->annotate_context, in XDisplayImage()