Searched refs:margins (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xterm/dist/vttests/
H A Dxtra-scroll.pl63 our %margins;
95 $value = $margins{R} if ( $value < $margins{R} );
96 $value = $margins{L} if ( $value > $margins{L} );
107 $value = $margins{B} if ( $value < $margins{T} );
108 $value = $margins{T} if ( $value > $margins{B} );
119 my $min_y = ( $margins{
[all...]
H A Dlrmm-scroll.pl32 # Tests scroll left/right feature in xterm, optionally using margins. This
50 our ( $margins, $test_state, $test_string, $test_width );
138 $value += ( $opt_l - 1 ) if ( $margins and not $opt_o );
210 printf "%s%dX", $CSI, $length if ($margins);
211 &clr_to_eol unless ($margins);
284 if ($margins) {
292 printf "%s?6;69l", $CSI if ($margins);
348 -o enable origin-mode with margins
365 $margins = 1 if ( $opt_l or $opt_r );
366 $opt_l = 1 if ( $margins an
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c106 xf86GTFMode(int h_pixels, int v_lines, float freq, int interlaced, int margins) argument
175 top_margin = margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0);
184 bottom_margin = margins ? rint(MARGIN_PERCENT/100.0 * v_lines_rnd) : (0.0);
266 left_margin = margins ?
278 right_margin = margins ?
283 * margins:
H A Dxf86Modes.h66 extern _X_EXPORT DisplayModePtr xf86GTFMode(int h_pixels, int v_lines, float freq, int interlaced, int margins);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c101 xf86GTFMode(int h_pixels, int v_lines, float freq, int interlaced, int margins) argument
169 top_margin = margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0);
179 margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0);
263 left_margin = margins ?
275 right_margin = margins ?
280 * margins:
H A Dxf86Modes.h67 int margins);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c73 * The GTF allows for computation of "margins" (the visible border
158 int interlaced, int margins);
286 int interlaced, int margins)
365 top_margin = margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0);
377 bottom_margin = margins ? rint(MARGIN_PERCENT/100.0 * v_lines_rnd) : (0.0);
489 left_margin = margins ?
504 right_margin = margins ?
512 * margins:
285 vert_refresh(int h_pixels,int v_lines,float freq,int interlaced,int margins) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c73 * The GTF allows for computation of "margins" (the visible border
151 int interlaced, int margins);
268 vert_refresh(int h_pixels, int v_lines, float freq, int interlaced, int margins) argument
342 top_margin = margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0);
354 margins ? rint(MARGIN_PERCENT / 100.0 * v_lines_rnd) : (0.0);
456 left_margin = margins ?
470 right_margin = margins ?
477 * margins:
/xsrc/external/mit/libxcvt/dist/lib/
H A Dlibxcvt.c48 * About margins; i'm sure that they are to be the bit between HDisplay and
53 * probably get altered after us, we will disable margins altogether. With
61 bool margins = false; local in function:libxcvt_gen_mode_info
105 if (margins) {
123 /* 6. Find top and bottom margins */
125 if (margins)
126 /* top and bottom margins are equal again. */
/xsrc/external/mit/xterm/dist/
H A Daclocal.m44483 AC_MSG_CHECKING(for $cf_man2html top/bottom margins)

Completed in 13 milliseconds