Searched refs:last_y (Results 1 – 9 of 9) sorted by relevance
38 - last_y = event->motion.y / SDL_ZOOM;45 - last_y = event->motion.y / SDL_ZOOM;53 - last_y = LV_VER_RES * event->tfinger.y / SDL_ZOOM;60 - last_y = LV_VER_RES * event->tfinger.y / SDL_ZOOM;66 - last_y = LV_VER_RES * event->tfinger.y / SDL_ZOOM;77 + last_y = y;81 + last_y = LV_VER_RES - x;85 + last_y = LV_VER_RES - y;89 + last_y = x;
70 int last_x = 0, last_y = 0; variable81 last_y = y; in NotifyTouch()85 draw_line(last_x, last_y, x, y); in NotifyTouch()87 last_y = y; in NotifyTouch()
80 u16 last_y = readw(ts->base + Y_OFFSET); in ts4800_ts_poll() local95 last_y = ((~last_y) >> 4) & MAX_12BIT; in ts4800_ts_poll()98 input_report_abs(input_dev, ABS_Y, last_y); in ts4800_ts_poll()
83 static unsigned short last_y; in mk712_interrupt() local107 input_report_abs(mk712_dev, ABS_Y, last_y); in mk712_interrupt()111 last_y = inw(mk712_io + MK712_Y) & 0x0fff; in mk712_interrupt()
63 int last_y; member99 touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2); in read_tsi()119 int y = touch->last_y; in report_pen_down()
389 unsigned int last_y; in decon_update_plane() local433 last_y = state->crtc.y + state->crtc.h; in decon_update_plane()434 if (last_y) in decon_update_plane()435 last_y--; 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() local843 last_y = state->crtc.y + state->crtc.h; in fimd_update_plane()844 if (last_y) in fimd_update_plane()845 last_y--; 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()1069 last_y = *y; in xwindow_get_window_position()
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...