Searched refs:oldWidth (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | XKBMisc.c | 541 int width, nOldGroups, oldWidth, newTypes[XkbNumKbdGroups]; in XkbChangeTypesOfKey() local 560 oldWidth = XkbKeyGroupsWidth(xkb, key); in XkbChangeTypesOfKey() 578 if ((width != oldWidth) || (nGroups != nOldGroups)) { in XkbChangeTypesOfKey() 609 memcpy(&pSyms[i * width], &oldSyms[i * oldWidth], in XkbChangeTypesOfKey() 628 memcpy(&pActs[i * width], &oldActs[i * oldWidth], in XkbChangeTypesOfKey()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86RandR.c | 151 int oldWidth = pScreen->width; in xf86RandRSetMode() local 203 pScreen->width = oldWidth; in xf86RandRSetMode()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/ |
| H A D | tst_qgeorectangle.cpp | 429 QFETCH(double, oldWidth); in width() 433 if (qIsNaN(oldWidth)) in width() 436 QCOMPARE(box.width(), oldWidth); in width()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 514 int oldWidth = pScreen->width; in xf86RandR12SetMode() local 558 scrp->virtualX = pScreen->width = oldWidth; in xf86RandR12SetMode()
|