Lines Matching refs:screeny

885                  double *devx, double *devy, double *screenx, double *screeny)  in scale_to_desktop()  argument
895 *devy = *screeny = dev->last.valuators[1]; in scale_to_desktop()
911 *screeny = rescaleValuatorAxis(y, dev->valuator->axes + 1, NULL, in scale_to_desktop()
946 double *devx, double *devy, double *screenx, double *screeny, in positionSprite() argument
956 tmpy = *screeny; in positionSprite()
961 scr = miPointerSetPosition(dev, mode, screenx, screeny, nevents, events); in positionSprite()
971 if (tmpy != *screeny) in positionSprite()
972 *devy = rescaleValuatorAxis(*screeny, NULL, dev->valuator->axes + 1, in positionSprite()
986 y = rescaleValuatorAxis(*screeny - scr->y, 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()
1431 screeny = sy + scr->y; in fill_pointer_events()
1435 &mask, &devx, &devy, &screenx, &screeny, in fill_pointer_events()
1454 master->last.valuators[1] = screeny; 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
1982 screeny = dev->spriteInfo->sprite->hotPhys.y; in GetTouchEvents()
1992 scr = scale_to_desktop(dev, &mask, &devx, &devy, &screenx, &screeny); in GetTouchEvents()
1995 &devx, &devy, &screenx, &screeny, NULL, NULL); in GetTouchEvents()
2011 master->last.valuators[1] = screeny; in GetTouchEvents()
2016 event_set_root_coordinates(event, screenx - scr->x, screeny - scr->y); in GetTouchEvents()