Lines Matching refs:annotate_context
374 if (windows->icon_pixel->annotate_context != (GC) NULL) in DestroyXResources()
375 XFreeGC(windows->display,windows->icon_pixel->annotate_context); in DestroyXResources()
384 if (windows->pixel_info->annotate_context != (GC) NULL) in DestroyXResources()
385 XFreeGC(windows->display,windows->pixel_info->annotate_context); in DestroyXResources()
478 annotate_context; in XAnnotateImage() local
530 annotate_context=XCreateGC(display,root_window,(unsigned long) in XAnnotateImage()
532 if (annotate_context == (GC) NULL) in XAnnotateImage()
537 (void) XDrawImageString(display,annotate_pixmap,annotate_context,0, in XAnnotateImage()
540 (void) XFreeGC(display,annotate_context); in XAnnotateImage()
2761 if (window_info->annotate_context != (GC) NULL) in XFreeResources()
2762 (void) XFreeGC(display,window_info->annotate_context); in XFreeResources()
4647 window->annotate_context=pixel->annotate_context; in XGetWindowInfo()
4707 GC annotate_context,const RectangleInfo *highlight_info) in XHighlightEllipse() argument
4712 assert(annotate_context != (GC) NULL); in XHighlightEllipse()
4716 (void) XDrawArc(display,window,annotate_context,(int) highlight_info->x, in XHighlightEllipse()
4719 (void) XDrawArc(display,window,annotate_context,(int) highlight_info->x+1, in XHighlightEllipse()
4757 GC annotate_context,const XSegment *highlight_info) in XHighlightLine() argument
4762 assert(annotate_context != (GC) NULL); in XHighlightLine()
4764 (void) XDrawLine(display,window,annotate_context,highlight_info->x1, in XHighlightLine()
4801 GC annotate_context,const RectangleInfo *highlight_info) in XHighlightRectangle() argument
4806 assert(annotate_context != (GC) NULL); in XHighlightRectangle()
4810 (void) XDrawRectangle(display,window,annotate_context,(int) highlight_info->x, in XHighlightRectangle()
4813 (void) XDrawRectangle(display,window,annotate_context,(int) highlight_info->x+ in XHighlightRectangle()
5208 windows->pixel_info->annotate_context=(GC) NULL; in XInitializeWindows()
5212 windows->icon_pixel->annotate_context=(GC) NULL; in XInitializeWindows()
7449 windows->magnify.annotate_context,0,0,width,height); in XMakeMagnifyImage()
7451 windows->magnify.annotate_context,windows->magnify.ximage,0,0,x,y,width-x, in XMakeMagnifyImage()
7472 windows->magnify.annotate_context,(int) highlight_info.x+1, in XMakeMagnifyImage()
7505 windows->magnify.annotate_context,x,y,tuple,(int) strlen(tuple)); in XMakeMagnifyImage()
7509 windows->magnify.annotate_context,x,y,tuple,(int) strlen(tuple)); in XMakeMagnifyImage()
7514 windows->magnify.annotate_context,x,y,tuple,(int) strlen(tuple)); in XMakeMagnifyImage()
7600 (void) XShmPutImage(display,window->pixmap,window->annotate_context, in XMakePixmap()
7604 (void) XPutImage(display,window->pixmap,window->annotate_context, in XMakePixmap()
8830 (void) XSetClipMask(display,window->annotate_context,window->matte_pixmap); in XRefreshWindow()
8835 window->annotate_context,x+window->x,y+window->y,width,height,x,y); in XRefreshWindow()
8845 (void) XShmPutImage(display,window->id,window->annotate_context, in XRefreshWindow()
8849 (void) XPutImage(display,window->id,window->annotate_context, in XRefreshWindow()
8853 (void) XSetClipMask(display,window->annotate_context,None); in XRefreshWindow()
9065 pixel.annotate_context=XDefaultGC(display,visual_info->screen); in XRenderImage()
9254 annotate_context; in XSelectWindow() local
9287 annotate_context=XCreateGC(display,root_window,(size_t) (GCBackground | in XSelectWindow()
9289 if (annotate_context == (GC) NULL) in XSelectWindow()
9317 (void) XDrawRectangle(display,root_window,annotate_context, in XSelectWindow()
9327 (void) XDrawRectangle(display,root_window,annotate_context, in XSelectWindow()
9385 (void) XFreeGC(display,annotate_context); in XSelectWindow()