Home
last modified time | relevance | path

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

/bsp/loongson/ls1cdev/drivers/
A Dtouch.c36 #define X_WIDTH 272 macro
39 #define X_WIDTH 480 macro
293 touch->x = (touch->x - touch->min_x) * X_WIDTH/(touch->max_x - touch->min_x); in rtgui_touch_calculate()
297 touch->x = (touch->min_x - touch->x) * X_WIDTH/(touch->min_x - touch->max_x); in rtgui_touch_calculate()

Completed in 5 milliseconds