Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dxwindow.c369 if (windows->icon_pixel->annotate_context != (GC) NULL) in DestroyXResources()
370 XFreeGC(windows->display,windows->icon_pixel->annotate_context); in DestroyXResources()
379 if (windows->pixel_info->annotate_context != (GC) NULL) in DestroyXResources()
380 XFreeGC(windows->display,windows->pixel_info->annotate_context); in DestroyXResources()
473 annotate_context; in XAnnotateImage() local
525 annotate_context=XCreateGC(display,root_window,(unsigned long) in XAnnotateImage()
527 if (annotate_context == (GC) NULL) in XAnnotateImage()
532 (void) XDrawImageString(display,annotate_pixmap,annotate_context,0, in XAnnotateImage()
535 (void) XFreeGC(display,annotate_context); in XAnnotateImage()
2756 if (window_info->annotate_context != (GC) NULL) in XFreeResources()
[all …]
Danimate.c939 pixel.annotate_context=XCreateGC(display,window_info.id,(unsigned long) in XAnimateBackgroundImage()
941 if (pixel.annotate_context == (GC) NULL) in XAnimateBackgroundImage()
1052 window_info.annotate_context,0,0,(unsigned int) width, in XAnimateBackgroundImage()
1054 (void) XPutImage(display,window_info.pixmap,window_info.annotate_context, in XAnimateBackgroundImage()
1124 window_info.annotate_context,0,0,width,height); in XAnimateBackgroundImage()
1125 (void) XPutImage(display,window_info.pixmap,window_info.annotate_context, in XAnimateBackgroundImage()
1594 if (pixel->annotate_context != (GC) NULL) in XAnimateImages()
1595 (void) XFreeGC(display,pixel->annotate_context); in XAnimateImages()
1596 pixel->annotate_context= in XAnimateImages()
1598 if (pixel->annotate_context == (GC) NULL) in XAnimateImages()
[all …]
Dxwindow-private.h214 annotate_context, member
363 annotate_context, member
Ddisplay.c1866 annotate_context; in XAnnotateEditImage() local
2282 annotate_context=windows->image.annotate_context; in XAnnotateEditImage()
2283 (void) XSetFont(display,annotate_context,font_info->fid); in XAnnotateEditImage()
2284 (void) XSetBackground(display,annotate_context, in XAnnotateEditImage()
2286 (void) XSetForeground(display,annotate_context, in XAnnotateEditImage()
2295 (void) XDrawString(display,windows->image.id,annotate_context,x,y,"_",1); in XAnnotateEditImage()
2306 (void) XDrawString(display,windows->image.id,annotate_context,x,y,"_",1); in XAnnotateEditImage()
2316 (void) XSetBackground(display,annotate_context, in XAnnotateEditImage()
2318 (void) XSetForeground(display,annotate_context, in XAnnotateEditImage()
2321 (void) XSetBackground(display,annotate_context, in XAnnotateEditImage()
[all …]
Dwidget.c546 (void) XDrawLine(display,window_info->id,window_info->annotate_context, in XDrawMatteText()
592 (void) XSetClipRectangles(display,window_info->annotate_context,0,0, in XDrawMatteText()
596 window_info->annotate_context,x,y-font_info->ascent,width,height); in XDrawMatteText()
597 (void) XSetClipMask(display,window_info->annotate_context,None); in XDrawMatteText()
607 (void) XDrawLine(display,window_info->id,window_info->annotate_context,x,y+3, in XDrawMatteText()
1009 widget_context=window_info->annotate_context; in XDrawWidgetText()
1048 (void) XDrawLine(display,window_info->id,window_info->annotate_context, in XDrawWidgetText()
1911 windows->widget.annotate_context,x,y,ColorPatternText, in XColorBrowserWidget()
1925 windows->widget.annotate_context,x,y,ColornameText, in XColorBrowserWidget()
3174 windows->command.annotate_context,0,0,tile_width,tile_height, in XCommandWidget()
[all …]