OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 20 22:09:52 GMT 2025