Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:height

69    (position.y < (int) (matte_info.y+matte_info.height+matte_info.bevel_width))) \
76 (position.y < (int) (matte_info.y+matte_info.height+matte_info.bevel_width))) \
86 (position.y < (int) window_info.height)) ? MagickTrue : MagickFalse)
119 height;
252 y1=bevel_info->y+bevel_info->height;
346 button_info->x,button_info->y,button_info->width,button_info->height);
354 button_info->height+(button_info->bevel_width << 1)+1);
361 crop_info.height=(unsigned short) button_info->height;
372 y=button_info->y+((button_info->height-
475 matte_info->width,matte_info->height);
481 matte_info->x,matte_info->y,matte_info->width,matte_info->height);
530 height,
544 text_info->x,text_info->y,text_info->width,text_info->height);
550 y=text_info->y+font_info->ascent+(text_info->height >> 2);
552 height=(unsigned int) (font_info->ascent+font_info->descent);
559 x,y+3,x,y-height+3);
566 crop_info.height=(unsigned short) text_info->height;
608 window_info->annotate_context,x,y-font_info->ascent,width,height);
620 x,y-height+3);
680 y2=triangle_info->y+(triangle_info->height >> 1);
682 y3=triangle_info->y+triangle_info->height;
744 y1=triangle_info->y+((triangle_info->height-
802 y1=triangle_info->y+triangle_info->height;
806 y3=triangle_info->y+triangle_info->height;
915 y2=triangle_info->y+triangle_info->height;
1013 height,
1028 text_info->width,text_info->height,MagickFalse);
1032 text_info->y,text_info->width,text_info->height);
1044 crop_info.height=(unsigned short) text_info->height;
1057 height=(unsigned int) (font_info->ascent+font_info->descent);
1058 y=text_info->y+((text_info->height-height) >> 1)+font_info->ascent;
1065 text_info->x,text_info->y,text_info->x,text_info->y+text_info->height-1);
1233 widget_info->height=1;
1290 window_info->width-(x << 1),window_info->height-(y << 1));
1292 x-1,y-1,window_info->width-(x << 1)+1,window_info->height-(y << 1)+1);
1295 x-1,y-1,window_info->width-(x << 1),window_info->height-(y << 1));
1663 height,
1753 height=(unsigned int) (font_info->ascent+font_info->descent);
1763 windows->widget.height=(unsigned int)
1764 ((81*height) >> 2)+((13*QuantumMargin) >> 1)+4;
1766 (((23*height) >> 1)+((13*QuantumMargin) >> 1)+4);
1767 if (windows->widget.height < windows->widget.min_height)
1768 windows->widget.height=windows->widget.min_height;
1783 window_changes.height=(int) windows->widget.height;
1814 cancel_info.height=(unsigned int) ((3*height) >> 1);
1818 (windows->widget.height-cancel_info.height-QuantumMargin);
1821 action_info.height=(unsigned int) ((3*height) >> 1);
1827 grab_info.height=(unsigned int) ((3*height) >> 1);
1829 grab_info.y=((5*QuantumMargin) >> 1)+height;
1832 reset_info.height=(unsigned int) ((3*height) >> 1);
1834 reset_info.y=grab_info.y+grab_info.height+QuantumMargin;
1842 reply_info.height=height << 1;
1844 reply_info.y=action_info.y-reply_info.height-QuantumMargin;
1852 mode_info.height=action_info.height;
1860 scroll_info.width=height;
1861 scroll_info.height=(unsigned int) (reply_info.y-grab_info.y-
1870 north_info.height=north_info.width-1;
1874 south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
1875 south_info.height;
1880 slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
1882 slider_info.height=scroll_info.height-((slider_info.min_y-
1884 visible_colors=scroll_info.height/(height+(height >> 3));
1886 slider_info.height=(unsigned int)
1887 ((visible_colors*slider_info.height)/colors);
1902 list_info.height=scroll_info.height;
1914 text_info.height=height;
1923 selection_info.height=(unsigned int) ((9*height) >> 3);
1933 y=text_info.y+((text_info.height-height) >> 1)+font_info->ascent;
1947 y=reply_info.y+((reply_info.height-height) >> 1)+font_info->ascent;
2003 slider_info.height=
2004 scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+1;
2006 slider_info.height=(unsigned int)
2007 ((visible_colors*slider_info.height)/colors);
2069 selection_info.y=list_info.y+(height >> 3)+2;
2078 selection_info.y+=(int) selection_info.height;
2085 expose_info.height=(unsigned int) slider_info.y-expose_info.y;
2086 expose_info.y=slider_info.y-expose_info.height-
2091 expose_info.height=(unsigned int) expose_info.y-slider_info.y;
2092 expose_info.y=slider_info.y+slider_info.height+
2214 id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
2215 selection_info.height;
2452 (event.xconfigure.height == (int) windows->widget.height))
2456 windows->widget.height=(unsigned int)
2457 MagickMax(event.xconfigure.height,(int) windows->widget.min_height);
2630 ((slider_info.height+slider_info.bevel_width) >> 1)+1;
2928 height;
2940 height=(unsigned int) (font_info->ascent+font_info->descent);
2969 windows->command.height=(unsigned int) (number_selections*
2970 (((3*height) >> 1)+10)+tile_height+20);
2972 windows->command.min_height=windows->command.height;
2991 window_changes.height=(int) windows->command.height;
3031 toggle_info.y=submenu_info.y+(submenu_info.height >> 1)-
3032 (toggle_info.height >> 1);
3083 (event->xconfigure.height == (int) windows->command.height))
3087 windows->command.height=(unsigned int)
3088 MagickMax(event->xconfigure.height,(int) windows->command.min_height);
3129 toggle_info.y=submenu_info.y+(submenu_info.height >> 1)-
3130 (toggle_info.height >> 1);
3169 selection_info[i].height=(unsigned int) ((3*height) >> 1);
3174 y+=selection_info[i].height+(selection_info[i].bevel_width << 1)+6;
3178 toggle_info.width=(unsigned int) (((5*height) >> 3)-
3180 toggle_info.height=toggle_info.width;
3209 toggle_info.y=selection_info[i].y+(selection_info[i].height >> 1)-
3210 (toggle_info.height >> 1);
3267 height,
3309 height=(unsigned int) (font_info->ascent+font_info->descent);
3320 windows->widget.height=(unsigned int) (12*height);
3321 windows->widget.min_height=(unsigned int) (7*height);
3322 if (windows->widget.height < windows->widget.min_height)
3323 windows->widget.height=windows->widget.min_height;
3337 window_changes.height=(int) windows->widget.height;
3360 cancel_info.height=(unsigned int) ((3*height) >> 1);
3363 cancel_info.y=(int) (windows->widget.height-(cancel_info.height << 1));
3390 y=(int) ((windows->widget.height >> 1)-(height << 1));
3402 y+=height;
3518 (event.xconfigure.height == (int) windows->widget.height))
3522 windows->widget.height=(unsigned int)
3523 MagickMax(event.xconfigure.height,(int) windows->widget.min_height);
3682 height,
3722 height=(unsigned int) (font_info->ascent+font_info->descent);
3735 windows->widget.height=(unsigned int) (7*height+(QuantumMargin << 1));
3736 windows->widget.min_height=windows->widget.height;
3737 if (windows->widget.height < windows->widget.min_height)
3738 windows->widget.height=windows->widget.min_height;
3752 window_changes.height=(int) windows->widget.height;
3779 cancel_info.height=(unsigned int) ((3*height) >> 1);
3783 (windows->widget.height-cancel_info.height-((3*QuantumMargin) >> 1));
3786 action_info.height=(unsigned int) ((3*height) >> 1);
3797 reply_info.height=height << 1;
3799 reply_info.y=action_info.y-reply_info.height-QuantumMargin;
3807 special_info.height=(unsigned int) QuantumMargin >> 1;
3809 special_info.y=action_info.y+action_info.height-special_info.height;
3825 text_info.height=height;
3978 (event.xconfigure.height == (int) windows->widget.height))
3982 windows->widget.height=(unsigned int)
3983 MagickMax(event.xconfigure.height,(int) windows->widget.min_height);
4274 height,
4359 height=(unsigned int) (font_info->ascent+font_info->descent);
4368 windows->widget.height=(unsigned int)
4369 (((81*height) >> 2)+((13*QuantumMargin) >> 1)+4);
4371 (((23*height) >> 1)+((13*QuantumMargin) >> 1)+4);
4372 if (windows->widget.height < windows->widget.min_height)
4373 windows->widget.height=windows->widget.min_height;
4388 window_changes.height=(int) windows->widget.height;
4420 cancel_info.height=(unsigned int) ((3*height) >> 1);
4424 (windows->widget.height-cancel_info.height-QuantumMargin);
4427 action_info.height=(unsigned int) ((3*height) >> 1);
4433 special_info.height=(unsigned int) ((3*height) >> 1);
4451 up_info.height=(unsigned int) ((3*height) >> 1);
4453 up_info.y=((5*QuantumMargin) >> 1)+height;
4456 home_info.height=(unsigned int) ((3*height) >> 1);
4458 home_info.y=up_info.y+up_info.height+QuantumMargin;
4466 reply_info.height=height << 1;
4468 reply_info.y=action_info.y-reply_info.height-QuantumMargin;
4474 scroll_info.width=height;
4475 scroll_info.height=(unsigned int)
4484 north_info.height=north_info.width-1;
4488 south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
4489 south_info.height;
4494 slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
4496 slider_info.height=scroll_info.height-((slider_info.min_y-
4498 visible_files=scroll_info.height/(height+(height >> 3));
4500 slider_info.height=(unsigned int)
4501 ((visible_files*slider_info.height)/files);
4516 list_info.height=scroll_info.height;
4528 text_info.height=height;
4537 selection_info.height=(unsigned int) ((9*height) >> 3);
4547 y=text_info.y+((text_info.height-height) >> 1)+font_info->ascent;
4565 y=reply_info.y+((reply_info.height-height) >> 1)+font_info->ascent;
4609 slider_info.height=
4610 scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+1;
4612 slider_info.height=(unsigned int)
4613 ((visible_files*slider_info.height)/files);
4683 selection_info.y=list_info.y+(height >> 3)+2;
4692 selection_info.y+=(int) selection_info.height;
4699 expose_info.height=(unsigned int) slider_info.y-expose_info.y;
4700 expose_info.y=slider_info.y-expose_info.height-
4705 expose_info.height=(unsigned int) expose_info.y-slider_info.y;
4706 expose_info.y=slider_info.y+slider_info.height+
4805 id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
4806 selection_info.height;
5084 (event.xconfigure.height == (int) windows->widget.height))
5088 windows->widget.height=(unsigned int)
5089 MagickMax(event.xconfigure.height,(int) windows->widget.min_height);
5270 ((slider_info.height+slider_info.bevel_width) >> 1)+1;
5531 height,
5631 height=(unsigned int) (font_info->ascent+font_info->descent);
5640 windows->widget.height=(unsigned int)
5641 (((85*height) >> 2)+((13*QuantumMargin) >> 1)+4);
5643 (((27*height) >> 1)+((13*QuantumMargin) >> 1)+4);
5644 if (windows->widget.height < windows->widget.min_height)
5645 windows->widget.height=windows->widget.min_height;
5660 window_changes.height=(int) windows->widget.height;
5690 cancel_info.height=(unsigned int) ((3*height) >> 1);
5694 (windows->widget.height-cancel_info.height-QuantumMargin);
5697 action_info.height=(unsigned int) ((3*height) >> 1);
5703 back_info.height=(unsigned int) ((3*height) >> 1);
5705 back_info.y=((5*QuantumMargin) >> 1)+height;
5708 reset_info.height=(unsigned int) ((3*height) >> 1);
5710 reset_info.y=back_info.y+back_info.height+QuantumMargin;
5718 reply_info.height=height << 1;
5720 reply_info.y=action_info.y-(action_info.height << 1)-QuantumMargin;
5728 mode_info.height=action_info.height << 1;
5730 mode_info.y=action_info.y-action_info.height+action_info.bevel_width;
5736 scroll_info.width=height;
5737 scroll_info.height=(unsigned int)
5746 north_info.height=north_info.width-1;
5750 south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
5751 height;
5756 slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
5758 slider_info.height=scroll_info.height-((slider_info.min_y-
5760 visible_fonts=scroll_info.height/(height+(height >> 3));
5762 slider_info.height=(visible_fonts*slider_info.height)/fonts;
5777 list_info.height=scroll_info.height;
5789 text_info.height=height;
5798 selection_info.height=(unsigned int) ((9*height) >> 3);
5808 y=text_info.y+((text_info.height-height) >> 1)+font_info->ascent;
5822 y=reply_info.y+((reply_info.height-height) >> 1)+font_info->ascent;
5900 slider_info.height=
5901 scroll_info.height-((slider_info.min_y-scroll_info.y+1) << 1)+1;
5903 slider_info.height=(visible_fonts*slider_info.height)/fonts;
5964 selection_info.y=list_info.y+(height >> 3)+2;
5973 selection_info.y+=(int) selection_info.height;
5980 expose_info.height=(unsigned int) slider_info.y-expose_info.y;
5981 expose_info.y=slider_info.y-expose_info.height-
5986 expose_info.height=(unsigned int) expose_info.y-slider_info.y;
5987 expose_info.y=slider_info.y+slider_info.height+
6114 id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
6115 selection_info.height;
6324 (event.xconfigure.height == (int) windows->widget.height))
6328 windows->widget.height=(unsigned int)
6329 MagickMax(event.xconfigure.height,(int) windows->widget.min_height);
6499 ((slider_info.height+slider_info.bevel_width) >> 1)+1;
6679 height,
6698 height=(unsigned int) (((6*(font_info->ascent+font_info->descent)) >> 2)+4);
6699 if ((windows->info.width != width) || (windows->info.height != height))
6705 windows->info.height=height;
6707 window_changes.height=(int) height;
6719 height=(unsigned int) (font_info->ascent+font_info->descent);
6722 margin=monitor_info.bevel_width+((windows->info.heightheight) >> 1)-2;
6727 monitor_info.height=windows->info.height-(margin << 1)+1;
6800 height,
6867 height=(unsigned int) (font_info->ascent+font_info->descent);
6876 window_info->height=(unsigned int)
6877 (((81*height) >> 2)+((13*QuantumMargin) >> 1)+4);
6879 (((23*height) >> 1)+((13*QuantumMargin) >> 1)+4);
6880 if (window_info->height < window_info->min_height)
6881 window_info->height=window_info->min_height;
6895 window_changes.height=(int) window_info->height;
6925 cancel_info.height=(unsigned int) ((3*height) >> 1);
6929 (window_info->height-cancel_info.height-QuantumMargin);
6932 action_info.height=(unsigned int) ((3*height) >> 1);
6943 reply_info.height=height << 1;
6945 reply_info.y=action_info.y-reply_info.height-QuantumMargin;
6951 scroll_info.width=height;
6952 scroll_info.height=(unsigned int)
6953 (reply_info.y-((6*QuantumMargin) >> 1)-height);
6955 scroll_info.y=((5*QuantumMargin) >> 1)+height-reply_info.bevel_width;
6961 north_info.height=north_info.width-1;
6965 south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
6966 south_info.height;
6971 slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
6973 slider_info.height=scroll_info.height-((slider_info.min_y-
6975 visible_entries=scroll_info.height/(height+(height >> 3));
6977 slider_info.height=(visible_entries*slider_info.height)/entries;
6992 list_info.height=scroll_info.height;
7009 text_info.height=height;
7018 selection_info.height=(unsigned int) ((9*height) >> 3);
7062 selection_info.y=list_info.y+(height >> 3)+2;
7071 selection_info.y+=(int) selection_info.height;
7078 expose_info.height=(unsigned int) slider_info.y-expose_info.y;
7079 expose_info.y=slider_info.y-expose_info.height-
7084 expose_info.height=(unsigned int) expose_info.y-slider_info.y;
7085 expose_info.y=slider_info.y+slider_info.height+
7184 id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
7185 selection_info.height;
7353 (event.xconfigure.height == (int) window_info->height))
7357 window_info->height=(unsigned int)
7358 MagickMax(event.xconfigure.height,(int) window_info->min_height);
7527 ((slider_info.height+slider_info.bevel_width) >> 1)+1;
7702 height,
7751 height=(unsigned int) ((3*(font_info->ascent+font_info->descent)) >> 1);
7757 windows->widget.height=top_offset+number_selections*height+4;
7759 windows->widget.min_height=windows->widget.height;
7781 window_changes.height=(int) windows->widget.height;
7791 selection_info.height=height;
7807 menu_info.height=windows->widget.height-((menu_info.bevel_width) << 1);
7813 selection_info.height=height;
7818 highlight_info.height-=(highlight_info.bevel_width << 1);
7858 selection_info.y+=(int) selection_info.height;
7868 y=(int) (top_offset+selection_info.height*(number_selections-1));
7900 id=(event.xbutton.y-top_offset)/(int) selection_info.height;
7907 selection_info.y=(int) (top_offset+id*selection_info.height);
7937 (event.xconfigure.height == (int) windows->widget.height))
7941 windows->widget.height=(unsigned int)
7942 MagickMax(event.xconfigure.height,(int) windows->widget.min_height);
7953 id=((event.xcrossing.y-top_offset)/(int) selection_info.height);
7963 (top_offset+selection_info.id*selection_info.height);
7974 (top_offset+selection_info.id*selection_info.height);
8001 selection_info.y=(int) (top_offset+id*selection_info.height);
8039 id=(event.xmotion.y-top_offset)/(int) selection_info.height;
8049 (top_offset+selection_info.id*selection_info.height);
8059 selection_info.y=(int) (top_offset+id*selection_info.height);
8141 height,
8185 height=(unsigned int) (font_info->ascent+font_info->descent);
8193 windows->widget.height=(unsigned int) (12*height);
8194 windows->widget.min_height=(unsigned int) (7*height);
8195 if (windows->widget.height < windows->widget.min_height)
8196 windows->widget.height=windows->widget.min_height;
8210 window_changes.height=(int) windows->widget.height;
8235 dismiss_info.height=(unsigned int) ((3*height) >> 1);
8239 (windows->widget.height-(dismiss_info.height << 1));
8249 y=(int) ((windows->widget.height >> 1)-(height << 1));
8256 y+=height;
8335 (event.xconfigure.height == (int) windows->widget.height))
8339 windows->widget.height=(unsigned int)
8340 MagickMax(event.xconfigure.height,(int) windows->widget.min_height);
8486 height,
8528 height=(unsigned int) (font_info->ascent+font_info->descent);
8537 windows->widget.height=(unsigned int)
8538 (7*height+NumberPreferences*(height+(QuantumMargin >> 1)));
8540 (7*height+NumberPreferences*(height+(QuantumMargin >> 1)));
8541 if (windows->widget.height < windows->widget.min_height)
8542 windows->widget.height=windows->widget.min_height;
8556 window_changes.height=(int) windows->widget.height;
8577 cancel_info.height=(unsigned int) (3*height) >> 1;
8580 cancel_info.y=(int) windows->widget.height-
8581 cancel_info.height-QuantumMargin;
8584 apply_info.height=(unsigned int) (3*height) >> 1;
8587 y=(int) (height << 1);
8593 preferences_info[i].height=(unsigned int) QuantumMargin >> 1;
8596 y+=height+(QuantumMargin >> 1);
8620 cache_info.height=(unsigned int) QuantumMargin >> 1;
8682 y=cache_info.y+((cache_info.height-height) >> 1);
8684 (void) XClearArea(display,windows->widget.id,x,y,width,height,
8755 (event.xconfigure.height == (int) windows->widget.height))
8759 windows->widget.height=(unsigned int)
8760 MagickMax(event.xconfigure.height,(int) windows->widget.min_height);
9011 height,
9077 height=(unsigned int) (text_info->ascent+text_info->descent);
9086 windows->widget.height=(unsigned int) (MagickMin(MagickMax((int) lines,3),32)*
9087 height+((13*height) >> 1)+((9*QuantumMargin) >> 1));
9088 windows->widget.min_height=(unsigned int) (3*height+((13*height) >> 1)+((9*
9090 if (windows->widget.height < windows->widget.min_height)
9091 windows->widget.height=windows->widget.min_height;
9105 window_changes.height=(int) windows->widget.height;
9122 height=(unsigned int) (font_info->ascent+font_info->descent);
9136 dismiss_info.height=(unsigned int) ((3*height) >> 1);
9139 dismiss_info.y=(int) windows->widget.height-dismiss_info.height-
9146 scroll_info.width=height;
9147 scroll_info.height=(unsigned int) (dismiss_info.y-((5*QuantumMargin) >>
9157 north_info.height=north_info.width-1;
9161 south_info.y=scroll_info.y+scroll_info.height-scroll_info.bevel_width-
9162 south_info.height;
9167 slider_info.min_y=north_info.y+north_info.height+north_info.bevel_width+
9169 slider_info.height=scroll_info.height-((slider_info.min_y-
9171 visible_lines=scroll_info.height/(text_info->ascent+text_info->descent+
9174 slider_info.height=(unsigned int) (visible_lines*slider_info.height)/
9189 list_info.height=scroll_info.height;
9198 selection_info.height=(unsigned int)
9243 selection_info.y=list_info.y+(height >> 3)+2;
9252 selection_info.y+=(int) selection_info.height;
9264 expose_info.height=(unsigned int) slider_info.y-expose_info.y;
9265 expose_info.y=slider_info.y-expose_info.height-
9270 expose_info.height=(unsigned int) expose_info.y-slider_info.y;
9271 expose_info.y=slider_info.y+slider_info.height+
9382 id=slider_info.id+(event.xbutton.y-(list_info.y+(height >> 1))+1)/
9383 selection_info.height;
9485 (event.xconfigure.height == (int) windows->widget.height))
9489 windows->widget.height=(unsigned int)
9490 MagickMax(event.xconfigure.height,(int) windows->widget.min_height);
9612 ((slider_info.height+slider_info.bevel_width) >> 1)+1;