Searched refs:scaled_width (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_panel.c80 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; local
82 if (scaled_width > scaled_height) { /* pillar */
87 } else if (scaled_width < scaled_height) { /* letter */
88 height = scaled_width / mode->hdisplay;
H A Dintel_lvds.c300 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; local
305 if (scaled_width > scaled_height)
307 else if (scaled_width < scaled_height)
312 u32 scaled_width = adjusted_mode->hdisplay * mode->vdisplay; local
319 if (scaled_width > scaled_height) { /* pillar */
331 } else if (scaled_width < scaled_height) { /* letter */
332 centre_vertically(adjusted_mode, scaled_width / mode->hdisplay);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dmbxfb.h46 __u32 scaled_width; member in struct:mbxfb_overlaySetup
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/mbx/
H A Dmbxfb.c339 if (set->scaled_width==0 || set->scaled_height==0)
428 sssize = Sssize_Sc_Width(set->scaled_width-1) |
437 if (set->scaled_width == set->width)
443 shctrl |= Shctrl_Hpitch((set->width<<11)/set->scaled_width);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp1524 int scaled_width = (int) XLOG2DEVREL (m_pen.GetWidth ()); local
1525 if (scaled_width < 0)
1526 scaled_width = 0;
1582 int factor = scaled_width == 0 ? 1 : scaled_width;
1611 cap = (scaled_width <= 1) ? CapNotLast : CapRound;
1629 XSetLineAttributes ((Display*) m_display, (GC) m_gc, scaled_width, style, cap, join);
1632 XSetLineAttributes ((Display*) m_display,(GC) m_gcBacking, scaled_width, style, cap, join);

Completed in 112 milliseconds