Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/display/lcd/
Dlv_lcd_generic_mipi.c256 int32_t y_start = area->y1; 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()
263 y_start += drv->y_gap; in flush_cb()
274 (y_start >> 8) & 0xFF, in flush_cb()
275 y_start & 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()
/lvgl-latest/src/others/gridnav/
Dlv_gridnav.c293 int32_t y_start = get_y_center(start_child); in find_chid() local
311 y_err = get_y_center(child) - y_start; in find_chid()
317 y_err = get_y_center(child) - y_start; in find_chid()
323 y_err = get_y_center(child) - y_start; in find_chid()
328 y_err = get_y_center(child) - y_start; in find_chid()
332 y_err = get_y_center(child) - y_start; in find_chid()
337 y_err = get_y_center(child) - y_start; in find_chid()