Searched refs:mask_start (Results 1 – 1 of 1) sorted by relevance
344 const uint8_t * mask_start = decoded->data + img_stride * image_h; in radius_only() local347 lv_memcpy(mask_buf, mask_start + y_ofs * img_stride / 2 + x_ofs, blend_w); in radius_only()671 uint8_t * mask_start = lv_draw_buf_goto_xy(mask_decoder_dsc.decoded, in apply_mask() local682 img_start[x * 4 + 3] = LV_OPA_MIX2(mask_start[x], img_start[x * 4 + 3]); in apply_mask()685 mask_start += mask_stride; in apply_mask()