Searched refs:bottom_margin (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86gtf.c | 114 float bottom_margin; local in function:xf86GTFMode 184 bottom_margin = margins ? rint(MARGIN_PERCENT/100.0 * v_lines_rnd) : (0.0); 227 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86gtf.c | 109 float bottom_margin; local in function:xf86GTFMode 178 bottom_margin = 223 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | TipP.h | 54 Dimension bottom_margin; member in struct:_TipPart
|
| H A D | SimpleMenP.h | 66 Dimension bottom_margin; member in struct:_SimpleMenuPart
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | r_area_list.h | 17 int top_margin, int bottom_margin);
|
| H A D | r_layout.h | 16 int top_margin, int bottom_margin);
|
| H A D | r_area_list.c | 95 int top_margin, int bottom_margin) 98 || top_margin > 0 || bottom_margin > 0) { 112 if(bottom_margin < 0) { 113 bottom_margin = 0; 120 big_area.height -= top_margin + bottom_margin; 93 RAreaListCopyCropped(const RAreaList * self,int left_margin,int right_margin,int top_margin,int bottom_margin) argument
|
| H A D | r_layout.c | 79 int top_margin, int bottom_margin) 83 top_margin, bottom_margin); 78 RLayoutCopyCropped(const RLayout * self,int left_margin,int right_margin,int top_margin,int bottom_margin) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/ |
| H A D | gtf.c | 292 float bottom_margin; local in function:vert_refresh 377 bottom_margin = margins ? rint(MARGIN_PERCENT/100.0 * v_lines_rnd) : (0.0); 379 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); 435 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/ |
| H A D | gtf.c | 274 float bottom_margin; local in function:vert_refresh 353 bottom_margin = 356 print_value(5, "[BOT MARGIN (LINES)]", bottom_margin); 407 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SimpleMenu.c | 159 offset(bottom_margin), 616 || smw_old->simple_menu.bottom_margin 617 != smw_new->simple_menu.bottom_margin) { 1183 if (n && (height + height_kid + smw->simple_menu.bottom_margin 1202 height = (Dimension)(tmp_h + smw->simple_menu.bottom_margin); 1231 if (n && (tmp_h + height_kid + smw->simple_menu.bottom_margin 1628 vadd = (short)(xaw->simple_menu.top_margin + xaw->simple_menu.bottom_margin);
|
| H A D | Tip.c | 129 offset(bottom_margin), 461 info->tip->tip.bottom_margin);
|
Completed in 18 milliseconds