Home
last modified time | relevance | path

Searched refs:oldHeight (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c152 int oldHeight = pScreen->height; in xf86RandRSetMode() local
204 pScreen->height = oldHeight; in xf86RandRSetMode()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/
H A Dtst_qgeorectangle.cpp620 QFETCH(double, oldHeight); in height()
624 if (qIsNaN(oldHeight)) in height()
627 QCOMPARE(box.height(), oldHeight); in height()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c515 int oldHeight = pScreen->height; in xf86RandR12SetMode() local
559 scrp->virtualY = pScreen->height = oldHeight; in xf86RandR12SetMode()