Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/display/lcd/
Dlv_lcd_generic_mipi.c254 int32_t x_start = area->x1; 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()
261 x_start += drv->x_gap; in flush_cb()
268 (x_start >> 8) & 0xFF, in flush_cb()
269 x_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.c292 int32_t x_start = get_x_center(start_child); in find_chid() local
310 x_err = get_x_center(child) - x_start; in find_chid()
316 x_err = get_x_center(child) - x_start; in find_chid()
322 x_err = get_x_center(child) - x_start; in find_chid()
327 x_err = get_x_center(child) - x_start; in find_chid()
342 x_err = get_x_center(child) - x_start; in find_chid()
346 x_err = get_x_center(child) - x_start; in find_chid()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_mask.c66 int32_t * x_start);
899 int32_t x_start; in lv_draw_mask_radius() local
907 lv_opa_t * aa_opa = get_next_line(p->circle, cir_y, &aa_len, &x_start); in lv_draw_mask_radius()
908 int32_t cir_x_right = k + w - radius + x_start; in lv_draw_mask_radius()
909 int32_t cir_x_left = k + radius - x_start - 1; in lv_draw_mask_radius()
1221 int32_t * x_start) in get_next_line() argument
1224 *x_start = c->x_start_on_y[y]; in get_next_line()