Home
last modified time | relevance | path

Searched refs:vmargin (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Da4rc.sed8 \\vmargin=10mm % vertical margin width\
Drefcard.tex83 \newdimen\hmargin \newdimen\vmargin
96 \vmargin=.25in % vertical margin width
126 \voffset=-1in \advance \voffset by \vmargin
143 %% vsize = totalheight - (2 * vmargin)
146 \temp=\vmargin \multiply \temp by 2 \advance \vsize by -\temp
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_modes.c167 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; in drm_cvt_mode() local
210 vmargin = 0; in drm_cvt_mode()
212 vmargin = vdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000; in drm_cvt_mode()
214 drm_mode->vdisplay = vdisplay + 2 * vmargin; in drm_cvt_mode()
251 tmp2 = (vdisplay_rnd + 2 * vmargin + CVT_MIN_V_PORCH) * 2 + in drm_cvt_mode()
263 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + in drm_cvt_mode()
311 tmp2 = vdisplay_rnd + 2 * vmargin; in drm_cvt_mode()
319 drm_mode->vtotal = vdisplay_rnd + 2 * vmargin + vbilines; in drm_cvt_mode()
/netbsd/src/sys/external/bsd/drm2/dist/drm/i2c/
Dch7006_drv.c271 priv->vmargin); in ch7006_encoder_create_resources()
316 priv->vmargin = val; in ch7006_encoder_set_property()
467 priv->vmargin = 50; in ch7006_encoder_init()
Dch7006_priv.h93 int vmargin; member
Dch7006_mode.c364 + norm->voffset) * priv->vmargin / 100 / 2; in ch7006_setup_properties()