Home
last modified time | relevance | path

Searched refs:left_margin (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/videomode/
H A Dvesagtf.c231 unsigned left_margin; in vesagtf_mode_params() local
460 left_margin = right_margin = (flags & VESAGTF_FLAG_MARGINS) ? in vesagtf_mode_params()
464 print_value(15, "[LEFT MARGIN (PIXELS)]", left_margin); in vesagtf_mode_params()
475 total_active_pixels = h_pixels + left_margin + right_margin; in vesagtf_mode_params()
/netbsd-src/sys/dev/hpc/
H A Dhpcfbio.h246 long left_margin; /* time from H sync to picture */ member
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_modes.c403 int left_margin, right_margin; in drm_gtf_mode_complex() local
484 left_margin = (hdisplay_rnd * GTF_MARGIN_PERCENTAGE + 500) / in drm_gtf_mode_complex()
487 left_margin = 0; in drm_gtf_mode_complex()
490 right_margin = left_margin; in drm_gtf_mode_complex()
492 total_active_pixels = hdisplay_rnd + left_margin + right_margin; in drm_gtf_mode_complex()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_tv.c1054 int hdisplay, int left_margin, in intel_tv_scale_mode_horiz() argument
1060 (mode->hdisplay - left_margin - right_margin); in intel_tv_scale_mode_horiz()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c2616 int left_margin = test_left_margin)
2622 dc.min_margin_width = left_margin - test_linenum_sep + 1;
2628 ASSERT_EQ (left_margin - test_linenum_sep,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.cc2922 int left_margin = test_left_margin) in test_offset_impl() argument
2928 dc.min_margin_width = left_margin - test_linenum_sep + 1; in test_offset_impl()
2934 ASSERT_EQ (left_margin - test_linenum_sep, in test_offset_impl()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git15244 [gdb/tui] Don't include border_width in left_margin
15245 Currently left_margin does not match its documentation:
15249 int left_margin () const
15256 Fix this by dropping box_width () from the left_margin calculation.
15311 prefresh (m_pad.get (), 0, pad_x, y + 1, x + left_margin,
15312 y + m_content.size (), x + left_margin + view_width - 1);
54961 int left_margin () const