Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/display/lcd/
Dlv_lcd_generic_mipi.c255 int32_t x_end = area->x2 + 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()
262 x_end += drv->x_gap; in flush_cb()
270 ((x_end - 1) >> 8) & 0xFF, in flush_cb()
271 (x_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()
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_transform.c57 int32_t x_end, uint8_t * dest_buf, bool aa, uint32_t px_size);
63 int32_t x_end, uint8_t * dest_buf, bool aa);
69 … int32_t x_end, uint16_t * cbuf, uint8_t * abuf, bool src_has_a8, bool aa);
75 int32_t x_end, uint8_t * abuf, bool aa);
82 int32_t x_end, uint8_t * abuf, bool aa);
293 int32_t x_end, uint8_t * dest_buf, bool aa, uint32_t px_size) in transform_rgb888() argument
300 for(x = 0; x < x_end; x++) { in transform_rgb888()
393 int32_t x_end, uint8_t * dest_buf, bool aa) in transform_argb8888() argument
400 for(x = 0; x < x_end; x++) { in transform_argb8888()
486 … int32_t x_end, uint16_t * cbuf, uint8_t * abuf, bool src_has_a8, bool aa) in transform_rgb565a8() argument
[all …]