Home
last modified time | relevance | path

Searched refs:hmargin (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/drm2/
H A Ddrm_modes.c99 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local
123 hmargin = 0; in drm_cvt_mode()
125 hmargin = hdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000; in drm_cvt_mode()
126 hmargin -= hmargin % CVT_H_GRANULARITY; in drm_cvt_mode()
129 drm_mode->hdisplay = hdisplay_rnd + 2 * hmargin; in drm_cvt_mode()
/src/contrib/bsddialog/
H A DCHANGELOG359 - delete: theme.button.hmargin.
418 * change: theme.button.space -> theme.button.hmargin.