Searched refs:top_margin (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c113 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 Dxf86gtf.c108 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 DTipP.h53 Dimension top_margin; member in struct:_TipPart
H A DSimpleMenP.h65 Dimension top_margin; /* Top and bottom margins */ member in struct:_SimpleMenuPart
/xsrc/external/mit/ctwm/dist/
H A Dr_area_list.h17 int top_margin, int bottom_margin);
H A Dr_area_list.c95 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 Dr_layout.h16 int top_margin, int bottom_margin);
H A Dr_layout.c79 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 Dgtf.c291 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 Dgtf.c273 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 DTip.c120 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 DSimpleMenu.c150 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