Searched defs:_lv_draw_sw_blend_image_dsc_t (Results 1 – 1 of 1) sorted by relevance
61 struct _lv_draw_sw_blend_image_dsc_t { struct62 void * dest_buf;63 int32_t dest_w;64 int32_t dest_h;65 int32_t dest_stride;66 const lv_opa_t * mask_buf;67 int32_t mask_stride;68 const void * src_buf;69 int32_t src_stride;70 lv_color_format_t src_color_format;[all …]