Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c292 int thisY = 0; in dmxExtMotion() local
308 thisY = -v[1]; in dmxExtMotion()
310 dmxLocal->lastY += thisY; in dmxExtMotion()
318 thisY = v[1] - dmxLocal->lastY; in dmxExtMotion()
324 v[1] = thisY; in dmxExtMotion()