Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
899 right[nright - 1].height = y - lasty; in miPolyBuildPoly()
903 lasty = y; in miPolyBuildPoly()
910 right[nright - 1].height = bottomy - lasty; in miPolyBuildPoly()
928 left[nleft - 1].height = y - lasty; in miPolyBuildPoly()
930 lasty = y; in miPolyBuildPoly()
936 left[nleft - 1].height = bottomy - lasty; in miPolyBuildPoly()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c526 int lasty = (yy + VIDEO_FONT_HEIGHT) * VIDEO_LINE_LEN; in video_invertchar() local
528 for (y = firsty; y < lasty; y += VIDEO_LINE_LEN) { in video_invertchar()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog91731 e.g. a valuator mask of (x, nil) becomes [x, lasty] and is rotated to
91732 [lasty, x]. Since the second value was unset, we would not drop x back into
91737 (x, nil) → [x, lasty] → [lasty, x] → (lasty, x)
155489 DeviceIntRec: move lastx/lasty from valuator into DeviceIntRec.
155493 access lastx/lasty of the master device.
167715 Xext: Update device's lastx/lasty when sending a motion event with XTest.