Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/display/lcd/
Dlv_lcd_generic_mipi.c257 int32_t y_end = area->y2 + 1; in flush_cb() local
259 …LV_ASSERT((x_start < x_end) && (y_start < y_end) && "start position must be smaller than end posit… in flush_cb()
264 y_end += drv->y_gap; in flush_cb()
276 ((y_end - 1) >> 8) & 0xFF, in flush_cb()
277 (y_end - 1) & 0xFF, in flush_cb()
280 …size_t len = (x_end - x_start) * (y_end - y_start) * lv_color_format_get_size(lv_display_get_color… in flush_cb()