Searched refs:scale_x (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dw9966.c402 unsigned char scale_x, scale_y; local
434 if (w9966_calcscale(w, W9966_WND_MIN_X, W9966_WND_MAX_X, &x1, &x2, &scale_x) != 0 ||
439 w, h, x1, x2, y1, y2, scale_x & ~0x80, scale_y & ~0x80);
445 regs[0x03] = scale_x; /* H-scaling */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp1689 double scale_x = m_printData.GetPrinterScaleX() / ms_PSScaleFactor;
1693 llx = (wxCoord) ((minX+wx_printer_translate_x)*scale_x);
1695 urx = (wxCoord) ((maxX+wx_printer_translate_x)*scale_x);
1768 double scale_x, scale_y; local
1776 scale_x = data->GetPrinterScaleX();
1790 sprintf( buffer, "%.8f %.8f scale\n", scale_x / ms_PSScaleFactor,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dedit.cpp825 float scale_x = (float)(ppiPrt.x * dcSize.x) / local
829 dc->SetUserScale (scale_x, scale_y);

Completed in 108 milliseconds