Lines Matching refs:annotate_context
939 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()
1642 if (icon_pixel->annotate_context != (GC) NULL) in XAnimateImages()
1643 (void) XFreeGC(display,icon_pixel->annotate_context); in XAnimateImages()
1646 icon_pixel->annotate_context=XCreateGC(display,windows->icon.id, in XAnimateImages()
1648 if (icon_pixel->annotate_context == (GC) NULL) in XAnimateImages()
1651 windows->icon.annotate_context=icon_pixel->annotate_context; in XAnimateImages()
2287 (void) XChangeGC(display,magick_windows[i]->annotate_context, in XAnimateImages()