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

  /xsrc/external/mit/xorg-server.old/dist/mi/
mipointrst.h 46 int devx, devy; /* sprite position */ member in struct:__anon10865
mipointer.c 356 int x, y, devx, devy; local
373 devx = pPointer->devx;
398 pPointer->devx = x;
413 pPointer->devx = x;
417 else if (x != devx || y != devy)
419 pPointer->devx = x;
490 pPointer->devx = x;
  /xsrc/external/mit/xorg-server/dist/mi/
mipointer.c 76 int devx, devy; /* sprite position */ member in struct:__anon10274
437 int x, y, devx, devy; local
454 devx = pPointer->devx;
477 pPointer->devx = x;
492 pPointer->devx = x;
496 else if (x != devx || y != devy) {
497 pPointer->devx = x;
593 pPointer->devx = x;
  /xsrc/external/mit/xorg-server/dist/dix/
getevents.c 878 * @param[out] devx x desktop-wide coordinate in device coordinate system
885 double *devx, double *devy, double *screenx, double *screeny)
894 *devx = *screenx = dev->last.valuators[0];
914 *devx = x;
937 * @param[in,out] devx x desktop-wide coordinate in device coordinate system
946 double *devx, double *devy, double *screenx, double *screeny,
968 *devx = rescaleValuatorAxis(*screenx, NULL, dev->valuator->axes + 0,
1251 int xaxis, int yaxis, double devx, double devy)
1257 dev->last.valuators[0] = devx;
1350 double devx = 0.0, devy = 0.0; /* desktop-wide in device coords * local
1884 double devx = 0.0, devy = 0.0; \/* desktop-wide in device coords *\/ local
    [all...]

Completed in 11 milliseconds