Searched refs:last_x (Results 1 – 8 of 8) sorted by relevance
192 static lv_coord_t last_x = 0;197 touchpad_get_xy(&last_x, &last_y);204 data->point.x = last_x;
38 int last_x, last_y; member82 int last_x, last_y; /* the last reported x and y coordinates */ member
352 mouse->last_x = center_x;369 x = (mouse->last_x + xrel);372 xrel = x - mouse->last_x;454 mouse->last_x = mouse->x;458 mouse->last_x = x;546 SDL_abs(mouse->x - clickstate->last_x) > mouse->double_click_radius ||551 clickstate->last_x = mouse->x;
133 mouse->x = mouse->last_x = x; in MotionAllMice()328 static int last_x, last_y; in ProcessInputEvent() local334 last_x = ievt->axisabs; in ProcessInputEvent()351 last_x - (x + in ProcessInputEvent()356 SDL_SendMouseMotion_ex(window, ievt->device_id, 0, last_x, in ProcessInputEvent()
694 lv_coord_t last_x = 0; in lv_label_is_char_under_pos() local723 last_x = x; in lv_label_is_char_under_pos()735 return (pos->x >= (last_x - style->text.letter_space) && pos->x <= (last_x + max_diff)); in lv_label_is_char_under_pos()
149 static lv_coord_t last_x = 0;154 if(data->state == LV_INDEV_STATE_PR) touchpad_get_xy(&last_x, &last_y);157 data->point.x = last_x;
630 lv_coord_t last_x = line->p_act.x; in line_next_x() local634 } while(last_x == line->p_act.x); in line_next_x()
779 mouse->last_x = xevent.xcrossing.x; in X11_DispatchEvent()
Completed in 14 milliseconds