Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:annotate_context

374       if (windows->icon_pixel->annotate_context != (GC) NULL)
375 XFreeGC(windows->display,windows->icon_pixel->annotate_context);
384 if (windows->pixel_info->annotate_context != (GC) NULL)
385 XFreeGC(windows->display,windows->pixel_info->annotate_context);
479 annotate_context;
531 annotate_context=XCreateGC(display,root_window,(unsigned long)
533 if (annotate_context == (GC) NULL)
538 (void) XDrawImageString(display,annotate_pixmap,annotate_context,0,
541 (void) XFreeGC(display,annotate_context);
2787 if (window_info->annotate_context != (GC) NULL)
2788 (void) XFreeGC(display,window_info->annotate_context);
4700 window->annotate_context=pixel->annotate_context;
4745 % GC annotate_context,const RectangleInfo *highlight_info)
4754 % o annotate_context: Specifies a pointer to a GC structure.
4761 GC annotate_context,const RectangleInfo *highlight_info)
4766 assert(annotate_context != (GC) NULL);
4770 (void) XDrawArc(display,window,annotate_context,(int) highlight_info->x,
4773 (void) XDrawArc(display,window,annotate_context,(int) highlight_info->x+1,
4795 % void XHighlightLine(Display *display,Window window,GC annotate_context,
4805 % o annotate_context: Specifies a pointer to a GC structure.
4812 GC annotate_context,const XSegment *highlight_info)
4817 assert(annotate_context != (GC) NULL);
4819 (void) XDrawLine(display,window,annotate_context,highlight_info->x1,
4841 % GC annotate_context,const RectangleInfo *highlight_info)
4850 % o annotate_context: Specifies a pointer to a GC structure.
4857 GC annotate_context,const RectangleInfo *highlight_info)
4862 assert(annotate_context != (GC) NULL);
4866 (void) XDrawRectangle(display,window,annotate_context,(int) highlight_info->x,
4869 (void) XDrawRectangle(display,window,annotate_context,(int) highlight_info->x+
5271 windows->pixel_info->annotate_context=(GC) NULL;
5275 windows->icon_pixel->annotate_context=(GC) NULL;
7505 windows->magnify.annotate_context,0,0,width,height);
7507 windows->magnify.annotate_context,windows->magnify.ximage,0,0,x,y,width-x,
7528 windows->magnify.annotate_context,(int) highlight_info.x+1,
7561 windows->magnify.annotate_context,x,y,tuple,(int) strlen(tuple));
7565 windows->magnify.annotate_context,x,y,tuple,(int) strlen(tuple));
7570 windows->magnify.annotate_context,x,y,tuple,(int) strlen(tuple));
7657 (void) XShmPutImage(display,window->pixmap,window->annotate_context,
7661 (void) XPutImage(display,window->pixmap,window->annotate_context,
8892 (void) XSetClipMask(display,window->annotate_context,window->matte_pixmap);
8897 window->annotate_context,x+window->x,y+window->y,width,height,x,y);
8907 (void) XShmPutImage(display,window->id,window->annotate_context,
8911 (void) XPutImage(display,window->id,window->annotate_context,
8915 (void) XSetClipMask(display,window->annotate_context,None);
9129 pixel.annotate_context=XDefaultGC(display,visual_info->screen);
9317 annotate_context;
9350 annotate_context=XCreateGC(display,root_window,(size_t) (GCBackground |
9352 if (annotate_context == (GC) NULL)
9379 (void) XDrawRectangle(display,root_window,annotate_context,
9389 (void) XDrawRectangle(display,root_window,annotate_context,
9446 (void) XFreeGC(display,annotate_context);