Searched defs:_lv_draw_sw_blend_dsc_t (Results 1 – 1 of 1) sorted by relevance
33 struct _lv_draw_sw_blend_dsc_t { struct34 const lv_area_t * blend_area; /**< The area with absolute coordinates to draw on `layer->buf`36 …onst void * src_buf; /**< Pointer to an image to blend. If set `fill_color` is ignored */37 uint32_t src_stride;38 lv_color_format_t src_color_format;39 const lv_area_t * src_area;40 lv_opa_t opa; /**< The overall opacity*/41 lv_color_t color; /**< Fill color*/42 … const lv_opa_t * mask_buf; /**< NULL if ignored, or an alpha mask to apply on `blend_area`*/43 lv_draw_sw_mask_res_t mask_res; /**< The result of the previous mask operation */[all …]