Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/drivers/touch/
A Ddrv_touch.c41 int xbuf, ybuf; in touch_coord_convert() local
45 xbuf = range_x; in touch_coord_convert()
47 range_y = xbuf; in touch_coord_convert()
48 xbuf = *y; in touch_coord_convert()
58 xbuf = range_x - xbuf; in touch_coord_convert()
63 xbuf = *x; in touch_coord_convert()
68 xbuf = range_x - xbuf; in touch_coord_convert()
77 *x = xbuf; in touch_coord_convert()

Completed in 3 milliseconds