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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c114 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 Dxf86gtf.c109 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 DTipP.h54 Dimension bottom_margin; member in struct:_TipPart
H A DSimpleMenP.h66 Dimension bottom_margin; member in struct:_SimpleMenuPart
/xsrc/external/mit/ctwm/dist/
H A Dr_area_list.h17 int top_margin, int bottom_margin);
H A Dr_layout.h16 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) {
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 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.c292 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 Dgtf.c274 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 DSimpleMenu.c159 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 DTip.c129 offset(bottom_margin),
461 info->tip->tip.bottom_margin);

Completed in 18 milliseconds