Home
last modified time | relevance | path

Searched refs:last_y (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0010-sdl-sdl_gpu-support-screen-rotation.patch38 - 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;
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dtouch_test.c70 int last_x = 0, last_y = 0; variable
81 last_y = y; in NotifyTouch()
85 draw_line(last_x, last_y, x, y); in NotifyTouch()
87 last_y = y; in NotifyTouch()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dts4800-ts.c80 u16 last_y = readw(ts->base + Y_OFFSET); in ts4800_ts_poll() local
95 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()
H A Dmk712.c83 static unsigned short last_y; in mk712_interrupt() local
107 input_report_abs(mk712_dev, ABS_Y, last_y); in mk712_interrupt()
111 last_y = inw(mk712_io + MK712_Y) & 0x0fff; in mk712_interrupt()
H A Dda9034-ts.c63 int last_y; member
99 touch->last_y = ((_y << 2) & 0x3fc) | ((_v & 0xc) >> 2); in read_tsi()
119 int y = touch->last_y; in report_pen_down()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos7_drm_decon.c389 unsigned int last_y; in decon_update_plane() local
433 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()
H A Dexynos_drm_fimd.c797 unsigned int last_x, last_y, buf_offsize, line_size; in fimd_update_plane() local
843 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()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c1054 static int last_x = 0, last_y = 0; in xwindow_get_window_position() local
1067 if (last_x != *x || last_y != *y) { in xwindow_get_window_position()
1069 last_y = *y; in xwindow_get_window_position()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...