Home
last modified time | relevance | path

Searched refs:last_x (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.patch37 - 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;
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dtouch_test.c70 int last_x = 0, last_y = 0; variable
80 last_x = x; in NotifyTouch()
85 draw_line(last_x, last_y, x, y); in NotifyTouch()
86 last_x = x; in NotifyTouch()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dts4800-ts.c79 u16 last_x = readw(ts->base + X_OFFSET); in ts4800_ts_poll() local
81 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()
H A Dmk712.c82 static unsigned short last_x; in mk712_interrupt() local
106 input_report_abs(mk712_dev, ABS_X, last_x); in mk712_interrupt()
110 last_x = inw(mk712_io + MK712_X) & 0x0fff; in mk712_interrupt()
H A Dda9034-ts.c62 int last_x; member
98 touch->last_x = ((_x << 2) & 0x3fc) | (_v & 0x3); in read_tsi()
118 int x = touch->last_x; in report_pen_down()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos7_drm_decon.c388 unsigned int last_x; in decon_update_plane() local
430 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()
H A Dexynos_drm_fimd.c797 unsigned int last_x, last_y, buf_offsize, line_size; in fimd_update_plane() local
840 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()
/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()
1068 last_x = *x; 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 ( ...