Searched refs:newVirtX (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 1358 int newLinePitch, newVirtX, newVirtY; local in function:xf86ValidateModes 1751 newVirtX = virtX; 1771 if (virtualX <= 0 && p->HDisplay > newVirtX) 1772 newVirtX = _VIRTUALX(p->HDisplay); 1784 if ((virtX != newVirtX) || (virtY != newVirtY)) { 1788 if ((linePitches[i] >= newVirtX) && 1791 scanLineWidth(newVirtX, newVirtY, linePitches[i], 1800 newLinePitch = scanLineWidth(newVirtX, newVirtY, linePitch, 1813 if (!xf86CheckModeSize(scrp, newLinePitch, newVirtX, newVirtY)) { 1824 scrp->virtualX = newVirtX; [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 1350 int newLinePitch, newVirtX, newVirtY; local in function:xf86ValidateModes 1740 newVirtX = virtX; 1760 if (virtualX <= 0 && p->HDisplay > newVirtX) 1761 newVirtX = _VIRTUALX(p->HDisplay); 1773 if ((virtX != newVirtX) || (virtY != newVirtY)) { 1777 if ((linePitches[i] >= newVirtX) && 1780 scanLineWidth(newVirtX, newVirtY, linePitches[i], 1790 newLinePitch = scanLineWidth(newVirtX, newVirtY, linePitch, 1803 if (!xf86CheckModeSize(scrp, newLinePitch, newVirtX, newVirtY)) { 1814 scrp->virtualX = newVirtX; [all...] |
Completed in 5 milliseconds