Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiwarppointer.c176 if (pSprite->hotShape) in ProcXIWarpPointer()
177 ConfineToShape(pDev, pSprite->hotShape, &x, &y); in ProcXIWarpPointer()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c628 pSprite->hotShape = &pSprite->Reg1; in XineramaConfineCursorToWindow()
630 pSprite->hotShape = NullRegion; in XineramaConfineCursorToWindow()
741 if (pSprite->hotShape) in CheckPhysLimits()
742 ConfineToShape(pDev, pSprite->hotShape, &new.x, &new.y); in CheckPhysLimits()
896 pSprite->hotShape = wBoundingShape(pWin) ? &pWin->borderSize in ConfineCursorToWindow()
3036 if (pSprite->hotShape) in CheckMotion()
3037 ConfineToShape(pDev, pSprite->hotShape, &pSprite->hot.x, in CheckMotion()
3268 pSprite->hotShape = NullRegion; in InitializeSprite()
3513 if (pSprite->hotShape) in XineramaWarpPointer()
3514 ConfineToShape(PickPointer(client), pSprite->hotShape, &x, &y); in XineramaWarpPointer()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h221 RegionPtr hotShape; /* additional logical shape constraint */ member