Searched refs:scale_y (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
435 w9966_calcscale(h, W9966_WND_MIN_Y, W9966_WND_MAX_Y, &y1, &y2, &scale_y) != 0)
439 w, h, x1, x2, y1, y2, scale_x & ~0x80, scale_y & ~0x80);
444 regs[0x02] = scale_y; /* V-scaling */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp1690 double scale_y = m_printData.GetPrinterScaleY() / ms_PSScaleFactor;
1694 lly = (wxCoord) ((minY+wx_printer_translate_y)*scale_y);
1696 ury = (wxCoord) ((maxY+wx_printer_translate_y)*scale_y);
1768 double scale_x, scale_y; local
1777 scale_y = data->GetPrinterScaleY();
1791 scale_y / ms_PSScaleFactor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dedit.cpp827 float scale_y = (float)(ppiPrt.y * dcSize.y) / local
829 dc->SetUserScale (scale_x, scale_y);

Completed in 122 milliseconds