HomeSort by: relevance | last modified time | path
    Searched refs:physLimits (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xi/
xiwarppointer.c 166 if (x < pSprite->physLimits.x1)
167 x = pSprite->physLimits.x1;
168 else if (x >= pSprite->physLimits.x2)
169 x = pSprite->physLimits.x2 - 1;
171 if (y < pSprite->physLimits.y1)
172 y = pSprite->physLimits.y1;
173 else if (y >= pSprite->physLimits.y2)
174 y = pSprite->physLimits.y2 - 1;
  /xsrc/external/mit/xorg-server.old/dist/Xi/
xiwarppointer.c 176 if (x < pSprite->physLimits.x1)
177 x = pSprite->physLimits.x1;
178 else if (x >= pSprite->physLimits.x2)
179 x = pSprite->physLimits.x2 - 1;
181 if (y < pSprite->physLimits.y1)
182 y = pSprite->physLimits.y1;
183 else if (y >= pSprite->physLimits.y2)
184 y = pSprite->physLimits.y2 - 1;
  /xsrc/external/mit/xorg-server.old/dist/test/xi2/
protocol-common.c 61 sprite->physLimits.x1 = 0;
62 sprite->physLimits.y1 = 0;
63 sprite->physLimits.x2 = screen.width;
64 sprite->physLimits.y2 = screen.height;
  /xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-common.c 73 sprite->physLimits.x1 = 0;
74 sprite->physLimits.y1 = 0;
75 sprite->physLimits.x2 = screen.width;
76 sprite->physLimits.y2 = screen.height;
  /xsrc/external/mit/xorg-server.old/dist/dix/
events.c 534 newBox = pSprite->physLimits;
708 pSprite->physLimits = pSprite->hotLimits;
717 &pSprite->physLimits);
719 (* pScreen->ConstrainCursor)(pDev, pScreen, &pSprite->physLimits);
723 if (new.x < pSprite->physLimits.x1)
724 new.x = pSprite->physLimits.x1;
726 if (new.x >= pSprite->physLimits.x2)
727 new.x = pSprite->physLimits.x2 - 1;
728 if (new.y < pSprite->physLimits.y1)
729 new.y = pSprite->physLimits.y1
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
events.c 564 newBox = pSprite->physLimits;
732 pSprite->physLimits = pSprite->hotLimits;
741 &pSprite->physLimits);
743 (*pScreen->ConstrainCursor) (pDev, pScreen, &pSprite->physLimits);
747 if (new.x < pSprite->physLimits.x1)
748 new.x = pSprite->physLimits.x1;
749 else if (new.x >= pSprite->physLimits.x2)
750 new.x = pSprite->physLimits.x2 - 1;
751 if (new.y < pSprite->physLimits.y1)
752 new.y = pSprite->physLimits.y1
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
quartz.c 288 inputInfo.pointer->spriteInfo->sprite->physLimits = bounds;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
quartz.c 250 inputInfo.pointer->spriteInfo->sprite->physLimits = bounds;
  /xsrc/external/mit/xorg-server.old/dist/include/
inputstr.h 214 BoxRec physLimits; /* physical constraints of hot spot */
  /xsrc/external/mit/xorg-server/dist/include/
inputstr.h 222 BoxRec physLimits; /* physical constraints of hot spot */

Completed in 12 milliseconds