Searched refs:top_margin (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86gtf.c | 113 float top_margin; local in function:xf86GTFMode 175 top_margin = margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0); 201 / (v_lines_rnd + (2*top_margin) + MIN_PORCH + interlace) 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 | 108 float top_margin; local in function:xf86GTFMode 169 top_margin = margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0); 196 / (v_lines_rnd + (2 * top_margin) + MIN_PORCH + interlace) 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 | 53 Dimension top_margin; member in struct:_TipPart
|
| H A D | SimpleMenP.h | 65 Dimension top_margin; /* Top and bottom margins */ 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_area_list.c | 95 int top_margin, int bottom_margin) 98 || top_margin > 0 || bottom_margin > 0) { 109 if(top_margin < 0) { 110 top_margin = 0; 119 big_area.y += top_margin; 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.h | 16 int top_margin, int bottom_margin);
|
| 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 | 291 float top_margin; local in function:vert_refresh 365 top_margin = margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0); 367 print_value(4, "[TOP MARGIN (LINES)]", top_margin); 400 / (v_lines_rnd + (2*top_margin) + MIN_PORCH + interlace) 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 | 273 float top_margin; local in function:vert_refresh 342 top_margin = margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0); 344 print_value(4, "[TOP MARGIN (LINES)]", top_margin); 375 / (v_lines_rnd + (2 * top_margin) + MIN_PORCH + interlace) 407 total_v_lines = v_lines_rnd + top_margin + bottom_margin + vsync_plus_bp +
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Tip.c | 120 offset(top_margin), 323 Position y = (Position)(tip->tip.top_margin + tip->tip.font->max_bounds.ascent); 330 Position ksy = (Position)tip->tip.top_margin; 460 XtHeight(info->tip) = (Dimension) (height + info->tip->tip.top_margin +
|
| H A D | SimpleMenu.c | 150 offset(top_margin), 615 if (smw_old->simple_menu.top_margin != smw_new->simple_menu.top_margin 1166 vadd = (short)smw->simple_menu.top_margin; 1257 XtY(smw->simple_menu.label) = (Position)smw->simple_menu.top_margin; 1628 vadd = (short)(xaw->simple_menu.top_margin + xaw->simple_menu.bottom_margin);
|
Completed in 14 milliseconds