Home
last modified time | relevance | path

Searched refs:offset_x (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/draw/nxp/pxp/
Dlv_draw_buf_pxp.c87 uint16_t offset_x = 0; in _invalidate_cache() local
92 offset_x = area->x1 - shift_x; in _invalidate_cache()
105 uint16_t line_pixels = offset_x + lv_area_get_width(area); in _invalidate_cache()
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_buf_vglite.c92 uint16_t offset_x = 0; in _invalidate_cache() local
97 offset_x = area->x1 - shift_x; in _invalidate_cache()
110 uint16_t line_pixels = offset_x + lv_area_get_width(area); in _invalidate_cache()
/lvgl-latest/src/display/
Dlv_display_private.h55 int32_t offset_x; member
Dlv_display.c74 disp->offset_x = 0; in lv_display_create()
274 disp->offset_x = x; in lv_display_set_offset()
373 return lv_display_get_physical_horizontal_resolution(disp) - disp->offset_x; in lv_display_get_offset_x()
377 return disp->offset_x; in lv_display_get_offset_x()
392 return disp->offset_x; in lv_display_get_offset_y()
396 return lv_display_get_physical_vertical_resolution(disp) - disp->offset_x; in lv_display_get_offset_y()
/lvgl-latest/src/drivers/evdev/
Dlv_evdev.c132 int offset_x = lv_display_get_offset_x(disp); in _evdev_process_pointer() local
138 p.x = _evdev_calibrate(swapped_x, dsc->min_x, dsc->max_x, offset_x, offset_x + width - 1); in _evdev_process_pointer()
/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c449 …)LV_CLAMP(INT32_MIN, libinput_event_touch_get_x_transformed(touch_event, hor_res) - disp->offset_x, in _read_pointer()
527 … hor_res) - disp->offset_x, INT32_MAX); in _read_pointer()
/lvgl-latest/src/core/
Dlv_refr.c1299 .x1 = area->x1 + disp->offset_x, in call_flush_cb()
1301 .x2 = area->x2 + disp->offset_x, in call_flush_cb()