Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c524 int lastx = (xx + VIDEO_FONT_WIDTH) * VIDEO_PIXEL_SIZE; in video_invertchar() local
529 for (x = firstx; x < lastx; x++) { in video_invertchar()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog141417 kdrive: lastx/y needs to be set to the event coordinates #17728
147266 input: instead of lastx/y, use a last.valuators[] array on the device.
155489 DeviceIntRec: move lastx/lasty from valuator into DeviceIntRec.
155493 access lastx/lasty of the master device.
158106 We need to get lastx/y from the master device before we start applying
167715 Xext: Update device's lastx/lasty when sending a motion event with XTest.