Home
last modified time | relevance | path

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

/bsp/loongson/ls1cdev/drivers/
A Dtouch.c416 } touch_previous; in touch_thread_entry() local
464 touch_previous.x = touch_previous.y = 0; in touch_thread_entry()
502 if((touch_previous.x > touch->x + previous_keep) in touch_thread_entry()
503 || (touch_previous.x < touch->x - previous_keep) in touch_thread_entry()
504 || (touch_previous.y > touch->y + previous_keep) in touch_thread_entry()
505 || (touch_previous.y < touch->y - previous_keep)) in touch_thread_entry()
507 touch_previous.x = touch->x; in touch_thread_entry()
508 touch_previous.y = touch->y; in touch_thread_entry()

Completed in 6 milliseconds