Searched refs:transform_argb8888 (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_transform.c | 61 static void transform_argb8888(const uint8_t * src, int32_t src_w, int32_t src_h, int32_t src_strid… 249 …transform_argb8888(src_buf, src_w, src_h, src_stride, xs_ups, ys_ups, xs_step_256, ys_step_256, de… in lv_draw_sw_transform() 391 static void transform_argb8888(const uint8_t * src, int32_t src_w, int32_t src_h, int32_t src_strid… in transform_argb8888() function
|