Home
last modified time | relevance | path

Searched refs:ybuf (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
49 ybuf = *x; in touch_coord_convert()
53 ybuf = range_y - ybuf; in touch_coord_convert()
64 ybuf = *y; in touch_coord_convert()
73 ybuf = range_y - ybuf; in touch_coord_convert()
78 *y = ybuf; in touch_coord_convert()

Completed in 7 milliseconds