Lines Matching refs:wstartx
56 pnl->wstartx <= end_x && pnl->wendx >= start_x) { in touch_top()
58 if (pnl->wstartx > start_x && pnl->wendx < end_x) { in touch_top()
62 end_x = pnl -> wstartx - 1; in touch_top()
64 if (pnl->wstartx <= start_x) in touch_top()
67 end_x = pnl -> wstartx - 1; in touch_top()
91 obs_pnl->wstartx <= end_x && obs_pnl->wendx >= start_x) { in std_touch_top()
94 if (obs_pnl->wstartx > start_x && in std_touch_top()
99 end_x = obs_pnl -> wstartx - 1; in std_touch_top()
101 if (obs_pnl->wstartx <= start_x) in std_touch_top()
104 end_x = obs_pnl -> wstartx - 1; in std_touch_top()
129 panel->wstartx, panel->wendx); in touchup()