Searched refs:annotate_context (Results  1 – 5 of 5) sorted by relevance
| /external/ImageMagick/MagickCore/ | 
| D | xwindow.c | 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()
 [all …]
 
 | 
| D | animate.c | 938   pixel.annotate_context=XCreateGC(display,window_info.id,(unsigned long)  in XAnimateBackgroundImage()940   if (pixel.annotate_context == (GC) NULL)  in XAnimateBackgroundImage()
 1051       window_info.annotate_context,0,0,(unsigned int) width,  in XAnimateBackgroundImage()
 1053   (void) XPutImage(display,window_info.pixmap,window_info.annotate_context,  in XAnimateBackgroundImage()
 1123         window_info.annotate_context,0,0,width,height);  in XAnimateBackgroundImage()
 1124     (void) XPutImage(display,window_info.pixmap,window_info.annotate_context,  in XAnimateBackgroundImage()
 1593   if (pixel->annotate_context != (GC) NULL)  in XAnimateImages()
 1594     (void) XFreeGC(display,pixel->annotate_context);  in XAnimateImages()
 1595   pixel->annotate_context=  in XAnimateImages()
 1597   if (pixel->annotate_context == (GC) NULL)  in XAnimateImages()
 [all …]
 
 | 
| D | xwindow-private.h | 214     annotate_context,  member363     annotate_context,  member
 
 | 
| D | display.c | 1834     annotate_context;  in XAnnotateEditImage()  local2250   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()
 [all …]
 
 | 
| D | widget.c | 547       (void) XDrawLine(display,window_info->id,window_info->annotate_context,  in XDrawMatteText()593       (void) XSetClipRectangles(display,window_info->annotate_context,0,0,  in XDrawMatteText()
 597         window_info->annotate_context,x,y-font_info->ascent,width,height);  in XDrawMatteText()
 598       (void) XSetClipMask(display,window_info->annotate_context,None);  in XDrawMatteText()
 608   (void) XDrawLine(display,window_info->id,window_info->annotate_context,x,y+3,  in XDrawMatteText()
 1010   widget_context=window_info->annotate_context;  in XDrawWidgetText()
 1049     (void) XDrawLine(display,window_info->id,window_info->annotate_context,  in XDrawWidgetText()
 1914           windows->widget.annotate_context,x,y,ColorPatternText,  in XColorBrowserWidget()
 1928           windows->widget.annotate_context,x,y,ColornameText,  in XColorBrowserWidget()
 3177             windows->command.annotate_context,0,0,tile_width,tile_height,  in XCommandWidget()
 [all …]
 
 |