HomeSort by: relevance | last modified time | path
    Searched defs:left_margin (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/videomode/
vesagtf.c 231 unsigned left_margin; local in function:vesagtf_mode_params
460 left_margin = right_margin = (flags & VESAGTF_FLAG_MARGINS) ?
464 print_value(15, "[LEFT MARGIN (PIXELS)]", left_margin);
475 total_active_pixels = h_pixels + left_margin + right_margin;
  /src/sys/dev/hpc/
hpcfbio.h 246 long left_margin; /* time from H sync to picture */ member in struct:hpcfb_dsp_signal
  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 403 int left_margin, right_margin; local in function:drm_gtf_mode_complex
484 left_margin = (hdisplay_rnd * GTF_MARGIN_PERCENTAGE + 500) /
487 left_margin = 0;
490 right_margin = left_margin;
492 total_active_pixels = hdisplay_rnd + left_margin + right_margin;

Completed in 15 milliseconds