Searched defs:x_end (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_transform.c | 293 int32_t x_end, uint8_t * dest_buf, bool aa, uint32_t px_size) in transform_rgb888() 393 int32_t x_end, uint8_t * dest_buf, bool aa) in transform_argb8888() 486 … int32_t x_end, uint16_t * cbuf, uint8_t * abuf, bool src_has_a8, bool aa) in transform_rgb565a8() 601 int32_t x_end, uint8_t * abuf, bool aa) in transform_a8() 679 int32_t x_end, uint8_t * dest_buf, bool aa) in transform_l8_to_al88()
|
/lvgl-latest/src/drivers/display/lcd/ |
D | lv_lcd_generic_mipi.c | 255 int32_t x_end = area->x2 + 1; in flush_cb() local
|