Searched refs:tp_dev (Results 1 – 3 of 3) sorted by relevance
21 _m_tp_dev tp_dev; variable370 tp_dev.x[g_gt_tnum - 1] = tp_dev.x[0]; in FT5206_Scan()371 tp_dev.y[g_gt_tnum - 1] = tp_dev.y[0]; in FT5206_Scan()391 if (tp_dev.x[0] > ACTIVE_WIDTH || tp_dev.y[0] > ACTIVE_HEIGHT) in FT5206_Scan()395 tp_dev.x[0] = tp_dev.x[1]; in FT5206_Scan()396 tp_dev.y[0] = tp_dev.y[1]; in FT5206_Scan()401 tp_dev.x[0] = tp_dev.x[g_gt_tnum - 1]; in FT5206_Scan()402 tp_dev.y[0] = tp_dev.y[g_gt_tnum - 1]; in FT5206_Scan()422 tp_dev.sta &= 0XE0; in FT5206_Scan()446 if (tp_dev.x[contact] <= sx || tp_dev.x[contact] >= ex) in letgo_scan()[all …]
124 if (tp_dev.x[0] >= button_color.x && tp_dev.x[0] <= (button_color.x + button_color.w)) in draw_panel_test()126 … if (tp_dev.y[0] >= button_color.y && tp_dev.y[0] <= (button_color.y + button_color.h)) in draw_panel_test()134 if (tp_dev.x[0] >= button_clear.x && tp_dev.x[0] <= (button_clear.x + button_clear.w)) in draw_panel_test()136 … if (tp_dev.y[0] >= button_clear.y && tp_dev.y[0] <= (button_clear.y + button_clear.h)) in draw_panel_test()143 if (tp_dev.x[0] >= button_pixel.x && tp_dev.x[0] <= (button_pixel.x + button_pixel.w)) in draw_panel_test()145 … if (tp_dev.y[0] >= button_pixel.y && tp_dev.y[0] <= (button_pixel.y + button_pixel.h)) in draw_panel_test()155 … if (tp_dev.x[0] >= button_eraser.x && tp_dev.x[0] <= (button_eraser.x + button_eraser.w)) in draw_panel_test()157 … if (tp_dev.y[0] >= button_eraser.y && tp_dev.y[0] <= (button_eraser.y + button_eraser.h)) in draw_panel_test()177 … tli_point_enlarge(tp_dev.x[0], tp_dev.y[0], color_buf[color_num], button_pixel.value); in draw_panel_test()181 tli_point_enlarge(tp_dev.x[0], tp_dev.y[0], WHITE, button_pixel.value); in draw_panel_test()
89 extern _m_tp_dev tp_dev;
Completed in 9 milliseconds