Home
last modified time | relevance | path

Searched refs:oldWidth (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMisc.c541 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 Dxf86RandR.c151 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 Dtst_qgeorectangle.cpp429 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 Dxf86RandR12.c514 int oldWidth = pScreen->width; in xf86RandR12SetMode() local
558 scrp->virtualX = pScreen->width = oldWidth; in xf86RandR12SetMode()