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

/external/ImageMagick/MagickCore/
H A Dxwindow-private.h214 annotate_context, member in struct:_XPixelInfo
357 annotate_context, member in struct:_XWindowInfo
H A Dxwindow.c374 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 !
473 annotate_context; local
4721 XHighlightEllipse(Display *display,Window window, GC annotate_context,const RectangleInfo *highlight_info) argument
4771 XHighlightLine(Display *display,Window window, GC annotate_context,const XSegment *highlight_info) argument
4815 XHighlightRectangle(Display *display,Window window, GC annotate_context,const RectangleInfo *highlight_info) argument
9258 annotate_context; local
[all...]
H A Danimate.c944 pixel.annotate_context=XCreateGC(display,window_info.id,(unsigned long)
946 if (pixel.annotate_context == (GC) NULL)
1057 window_info.annotate_context,0,0,(unsigned int) width,
1059 (void) XPutImage(display,window_info.pixmap,window_info.annotate_context,
1129 window_info.annotate_context,0,0,width,height);
1130 (void) XPutImage(display,window_info.pixmap,window_info.annotate_context,
1595 if (pixel->annotate_context != (GC) NULL)
1596 (void) XFreeGC(display,pixel->annotate_context);
1597 pixel->annotate_context=
1599 if (pixel->annotate_context
[all...]
H A Ddisplay.c1877 annotate_context;
2293 annotate_context=windows->image.annotate_context;
2294 (void) XSetFont(display,annotate_context,font_info->fid);
2295 (void) XSetBackground(display,annotate_context,
2297 (void) XSetForeground(display,annotate_context,
2306 (void) XDrawString(display,windows->image.id,annotate_context,x,y,"_",1);
2317 (void) XDrawString(display,windows->image.id,annotate_context,x,y,"_",1);
2327 (void) XSetBackground(display,annotate_context,
2329 (void) XSetForeground(display,annotate_context,
1866 annotate_context; local
[all...]
H A Dwidget.c558 (void) XDrawLine(display,window_info->id,window_info->annotate_context,
604 (void) XSetClipRectangles(display,window_info->annotate_context,0,0,
608 window_info->annotate_context,x,y-font_info->ascent,width,height);
609 (void) XSetClipMask(display,window_info->annotate_context,None);
619 (void) XDrawLine(display,window_info->id,window_info->annotate_context,x,y+3,
1025 widget_context=window_info->annotate_context;
1064 (void) XDrawLine(display,window_info->id,window_info->annotate_context,
1935 windows->widget.annotate_context,x,y,ColorPatternText,
1949 windows->widget.annotate_context,x,y,ColornameText,
3199 windows->command.annotate_context,
[all...]

Completed in 146 milliseconds