Lines Matching refs:hotShape
628 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()
3616 if (pSprite->hotShape) in ProcWarpPointer()
3617 ConfineToShape(dev, pSprite->hotShape, &x, &y); in ProcWarpPointer()