Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/sw/
Dlv_draw_sw_transform.c437 … const lv_color32_t * src_c32 = (const lv_color32_t *)(src + ys_int * src_stride + xs_int * 4); in transform_argb8888() local
439 dest_c32[x] = src_c32[0]; in transform_argb8888()
447 lv_color32_t px_hor = src_c32[x_next]; in transform_argb8888()
448 lv_color32_t px_ver = *(const lv_color32_t *)((uint8_t *)src_c32 + y_next * src_stride); in transform_argb8888()