Lines Matching refs:wstartx
58 pnl->wstartx <= end_x && pnl->wendx >= start_x) { in touch_top()
60 if (pnl->wstartx > start_x && pnl->wendx < end_x) { in touch_top()
64 end_x = pnl -> wstartx - 1; in touch_top()
66 if (pnl->wstartx <= start_x) in touch_top()
69 end_x = pnl -> wstartx - 1; in touch_top()
93 obs_pnl->wstartx <= end_x && obs_pnl->wendx >= start_x) { in std_touch_top()
96 if (obs_pnl->wstartx > start_x && in std_touch_top()
101 end_x = obs_pnl -> wstartx - 1; in std_touch_top()
103 if (obs_pnl->wstartx <= start_x) in std_touch_top()
106 end_x = obs_pnl -> wstartx - 1; in std_touch_top()
131 panel->wstartx, panel->wendx); in touchup()