Lines Matching refs:screenx

885                  double *devx, double *devy, double *screenx, double *screeny)  in scale_to_desktop()  argument
894 *devx = *screenx = dev->last.valuators[0]; in scale_to_desktop()
909 *screenx = rescaleValuatorAxis(x, dev->valuator->axes + 0, NULL, in scale_to_desktop()
946 double *devx, double *devy, double *screenx, double *screeny, in positionSprite() argument
955 tmpx = *screenx; in positionSprite()
961 scr = miPointerSetPosition(dev, mode, screenx, screeny, nevents, events); in positionSprite()
967 if (tmpx != *screenx) in positionSprite()
968 *devx = rescaleValuatorAxis(*screenx, NULL, dev->valuator->axes + 0, in positionSprite()
979 x = rescaleValuatorAxis(*screenx - scr->x, NULL, in positionSprite()
1349 double screenx = 0.0, screeny = 0.0; /* desktop coordinate system */ in fill_pointer_events() local
1420 scale_to_desktop(pDev, &mask, &devx, &devy, &screenx, &screeny); in fill_pointer_events()
1430 screenx = sx + scr->x; in fill_pointer_events()
1435 &mask, &devx, &devy, &screenx, &screeny, in fill_pointer_events()
1453 master->last.valuators[0] = screenx; in fill_pointer_events()
1477 event_set_root_coordinates(event, screenx - scr->x, screeny - scr->y); in fill_pointer_events()
1878 double screenx = 0.0, screeny = 0.0; /* desktop coordinate system */ in GetTouchEvents() local
1981 screenx = dev->spriteInfo->sprite->hotPhys.x; in GetTouchEvents()
1992 scr = scale_to_desktop(dev, &mask, &devx, &devy, &screenx, &screeny); in GetTouchEvents()
1995 &devx, &devy, &screenx, &screeny, NULL, NULL); in GetTouchEvents()
2010 master->last.valuators[0] = screenx; in GetTouchEvents()
2016 event_set_root_coordinates(event, screenx - scr->x, screeny - scr->y); in GetTouchEvents()