Searched refs:X_WIDTH (Results 1 – 1 of 1) sorted by relevance
36 #define X_WIDTH 272 macro39 #define X_WIDTH 480 macro293 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