Searched refs:newLinePitch (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c1358 int newLinePitch, newVirtX, newVirtY; local in function:xf86ValidateModes
1750 newLinePitch = linePitch;
1786 newLinePitch = -1;
1793 newLinePitch = linePitches[i];
1800 newLinePitch = scanLineWidth(newVirtX, newVirtY, linePitch,
1804 if ((newLinePitch < minPitch) || (newLinePitch > maxPitch)) {
1813 if (!xf86CheckModeSize(scrp, newLinePitch, newVirtX, newVirtY)) {
1826 scrp->displayWidth = newLinePitch;
1838 linePitch = newLinePitch;
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Mode.c1350 int newLinePitch, newVirtX, newVirtY; local in function:xf86ValidateModes
1739 newLinePitch = linePitch;
1775 newLinePitch = -1;
1782 newLinePitch = linePitches[i];
1790 newLinePitch = scanLineWidth(newVirtX, newVirtY, linePitch,
1794 if ((newLinePitch < minPitch) || (newLinePitch > maxPitch)) {
1803 if (!xf86CheckModeSize(scrp, newLinePitch, newVirtX, newVirtY)) {
1816 scrp->displayWidth = newLinePitch;
1828 linePitch = newLinePitch;
[all...]

Completed in 11 milliseconds