Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_blend.c480 uint8_t * dest_buf8_row = dest_buf8; in fill_argb() local
486 dest_buf8_row += dest_stride * LV_IMG_PX_SIZE_ALPHA_BYTE; in fill_argb()
487 dest_buf8 = dest_buf8_row; in fill_argb()
495 uint8_t * dest_buf8_row = dest_buf8; in fill_argb() local
502 dest_buf8_row += dest_stride * LV_IMG_PX_SIZE_ALPHA_BYTE; in fill_argb()
503 dest_buf8 = dest_buf8_row; in fill_argb()
512 uint8_t * dest_buf8_row = dest_buf8; in fill_argb() local
524 dest_buf8_row += dest_stride * LV_IMG_PX_SIZE_ALPHA_BYTE; in fill_argb()
525 dest_buf8 = dest_buf8_row; in fill_argb()
777 uint8_t * dest_buf8_row = dest_buf8; in map_argb() local
[all …]