Lines Matching refs:lo_res
195 .x = dispatch->wheel.lo_res.x,
196 .y = dispatch->wheel.lo_res.y * -1,
209 dispatch->wheel.lo_res.x = 0;
210 dispatch->wheel.lo_res.y = 0;
229 if (dispatch->wheel.lo_res.y != 0) {
230 int value = dispatch->wheel.lo_res.y;
240 dispatch->wheel.lo_res.y = 0;
257 if (dispatch->wheel.lo_res.x != 0) {
258 int value = dispatch->wheel.lo_res.x;
268 dispatch->wheel.lo_res.x = 0;
349 dispatch->wheel.lo_res.y += e->value;
357 dispatch->wheel.lo_res.x += e->value;
392 (dispatch->wheel.lo_res.x != 0 || dispatch->wheel.lo_res.y != 0)) {
398 dispatch->wheel.hi_res.x = dispatch->wheel.lo_res.x * 120;
399 dispatch->wheel.hi_res.y = dispatch->wheel.lo_res.y * 120;