Searched refs:hmargin (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfilterbar.cc89 const int hmargin = getHSpacing( myCombo ); local
90 boundingBox.setLeft( boundingBox.left() + hmargin );
91 boundingBox.setRight( boundingBox.right() - hmargin );
99 boundingBox.setLeft( decorationRect.right() + hmargin );
105 boundingBox.setRight( countRect.left() - hmargin );
130 const int hmargin = getHSpacing( myCombo ); local
136 size.rwidth() += hmargin * 4;
169 const int hmargin = getHSpacing( this ); local
170 rect.setRight( rect.right() - hmargin );
182 rect.setLeft( rect.left() + pixmap.width() + hmargin );
407 const int hmargin = qMax( int(HIG::PAD), style()->pixelMetric( QStyle::PM_LayoutHorizontalSpacing ) ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_modes.c101 int hdisplay_rnd, hmargin, vdisplay_rnd, vmargin, vsync; local
125 hmargin = 0;
127 hmargin = hdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000;
128 hmargin -= hmargin % CVT_H_GRANULARITY;
131 drm_mode->hdisplay = hdisplay_rnd + 2 * hmargin;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv17_tv_modes.c545 int overscan, hmargin, vmargin, hratio, vratio; local
553 hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2;
556 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), hmargin,
561 hratio = crtc_mode->hdisplay * 0x800 / (output_mode->hdisplay - 2*hmargin);
564 regs->fp_horiz_regs[FP_VALID_START] = hmargin;
565 regs->fp_horiz_regs[FP_VALID_END] = output_mode->hdisplay - hmargin - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i2c/
H A Dch7006_drv.c263 priv->hmargin);
302 priv->hmargin = val;
470 priv->hmargin = 50;
H A Dch7006_priv.h90 int hmargin; member in struct:ch7006_priv
H A Dch7006_mode.c353 * priv->hmargin * mode->vtotal) / norm->vtotal / 100 / 4;

Completed in 85 milliseconds