Home
last modified time | relevance | path

Searched refs:rescaleValuatorAxis (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dgetevents.c299 rescaleValuatorAxis(double coord, AxisInfoPtr from, AxisInfoPtr to, in rescaleValuatorAxis() function
344 pDev->last.valuators[0] = rescaleValuatorAxis(pDev->last.valuators[0], in updateSlaveDeviceCoords()
351 pDev->last.valuators[1] = rescaleValuatorAxis(pDev->last.valuators[1], in updateSlaveDeviceCoords()
468 rescaleValuatorAxis(coord, &from, to, 0, pScreen->width); in GetMotionHistory()
480 rescaleValuatorAxis(coord, &from, to, 0, pScreen->height); in GetMotionHistory()
509 coord = rescaleValuatorAxis(coord, &from, to, 0, 0); in GetMotionHistory()
854 scaled = rescaleValuatorAxis(scaled, in scale_from_screen()
863 scaled = rescaleValuatorAxis(scaled, in scale_from_screen()
909 *screenx = rescaleValuatorAxis(x, dev->valuator->axes + 0, NULL, in scale_to_desktop()
911 *screeny = rescaleValuatorAxis(y, dev->valuator->axes + 1, NULL, in scale_to_desktop()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog84883 dix: extend rescaleValuatorAxis to take a minimum default
86057 Input: Convert rescaleValuatorAxis to double