Lines Matching refs:annotate_context
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()
1641 if (icon_pixel->annotate_context != (GC) NULL) in XAnimateImages()
1642 (void) XFreeGC(display,icon_pixel->annotate_context); in XAnimateImages()
1645 icon_pixel->annotate_context=XCreateGC(display,windows->icon.id, in XAnimateImages()
1647 if (icon_pixel->annotate_context == (GC) NULL) in XAnimateImages()
1650 windows->icon.annotate_context=icon_pixel->annotate_context; in XAnimateImages()
2295 (void) XChangeGC(display,magick_windows[i]->annotate_context, in XAnimateImages()