Lines Matching refs:monitor_info
136 monitor_info = variable
6690 XGetWidgetInfo(activity,&monitor_info); in XInfoWidget()
6691 monitor_info.bevel_width--; in XInfoWidget()
6692 margin=monitor_info.bevel_width+((windows->info.height-height) >> 1)-2; in XInfoWidget()
6693 monitor_info.center=MagickFalse; in XInfoWidget()
6694 monitor_info.x=(int) margin; in XInfoWidget()
6695 monitor_info.y=(int) margin; in XInfoWidget()
6696 monitor_info.width=windows->info.width-(margin << 1); in XInfoWidget()
6697 monitor_info.height=windows->info.height-(margin << 1)+1; in XInfoWidget()
6701 monitor_info.raised=MagickFalse; in XInfoWidget()
6702 XDrawBeveledMatte(display,&windows->info,&monitor_info); in XInfoWidget()
6703 monitor_info.raised=MagickTrue; in XInfoWidget()
6704 XDrawWidgetText(display,&windows->info,&monitor_info); in XInfoWidget()
8900 if (monitor_info.text != (char *) NULL) in XProgressMonitorWidget()
8901 XInfoWidget(display,windows,monitor_info.text); in XProgressMonitorWidget()
8905 if ((windows->info.mapped == MagickFalse) || (task != monitor_info.text)) in XProgressMonitorWidget()
8908 (2*monitor_info.x)))/span); in XProgressMonitorWidget()
8909 if (width < monitor_info.width) in XProgressMonitorWidget()
8911 monitor_info.raised=MagickTrue; in XProgressMonitorWidget()
8912 XDrawWidgetText(display,&windows->info,&monitor_info); in XProgressMonitorWidget()
8913 monitor_info.raised=MagickFalse; in XProgressMonitorWidget()
8915 monitor_info.width=width; in XProgressMonitorWidget()
8916 XDrawWidgetText(display,&windows->info,&monitor_info); in XProgressMonitorWidget()