Searched refs:last_x (Results 1 – 9 of 9) sorted by relevance
37 - last_x = event->motion.x / SDL_ZOOM;44 - last_x = event->motion.x / SDL_ZOOM;52 - last_x = LV_HOR_RES * event->tfinger.x / SDL_ZOOM;59 - last_x = LV_HOR_RES * event->tfinger.x / SDL_ZOOM;65 - last_x = LV_HOR_RES * event->tfinger.x / SDL_ZOOM;76 + last_x = x;80 + last_x = y;84 + last_x = LV_HOR_RES - x;88 + last_x = LV_HOR_RES - y;
70 int last_x = 0, last_y = 0; variable80 last_x = x; in NotifyTouch()85 draw_line(last_x, last_y, x, y); in NotifyTouch()86 last_x = x; in NotifyTouch()
79 u16 last_x = readw(ts->base + X_OFFSET); in ts4800_ts_poll() local81 bool pendown = last_x & PENDOWN_MASK; in ts4800_ts_poll()94 last_x = ((~last_x) >> 4) & MAX_12BIT; in ts4800_ts_poll()97 input_report_abs(input_dev, ABS_X, last_x); in ts4800_ts_poll()
82 static unsigned short last_x; in mk712_interrupt() local106 input_report_abs(mk712_dev, ABS_X, last_x); in mk712_interrupt()110 last_x = inw(mk712_io + MK712_X) & 0x0fff; in mk712_interrupt()
62 int last_x; member98 touch->last_x = ((_x << 2) & 0x3fc) | (_v & 0x3); in read_tsi()118 int x = touch->last_x; in report_pen_down()
388 unsigned int last_x; in decon_update_plane() local430 last_x = state->crtc.x + state->crtc.w; in decon_update_plane()431 if (last_x) in decon_update_plane()432 last_x--; in decon_update_plane()437 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y); in decon_update_plane()442 state->crtc.x, state->crtc.y, last_x, last_y); in decon_update_plane()
797 unsigned int last_x, last_y, buf_offsize, line_size; in fimd_update_plane() local840 last_x = state->crtc.x + state->crtc.w; in fimd_update_plane()841 if (last_x) in fimd_update_plane()842 last_x--; in fimd_update_plane()847 val = VIDOSDxB_BOTRIGHT_X(last_x) | VIDOSDxB_BOTRIGHT_Y(last_y) | in fimd_update_plane()848 VIDOSDxB_BOTRIGHT_X_E(last_x) | VIDOSDxB_BOTRIGHT_Y_E(last_y); in fimd_update_plane()854 state->crtc.x, state->crtc.y, last_x, last_y); in fimd_update_plane()
1054 static int last_x = 0, last_y = 0; in xwindow_get_window_position() local1067 if (last_x != *x || last_y != *y) { in xwindow_get_window_position()1068 last_x = *x; in xwindow_get_window_position()
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...