Searched refs:sh_buf_tmp (Results 1 – 1 of 1) sorted by relevance
527 lv_opa_t * sh_buf_tmp; in draw_shadow() local557 sh_buf_tmp = sh_buf; in draw_shadow()558 sh_buf_tmp += (clip_area_sub.y1 - shadow_area.y1) * corner_size; in draw_shadow()559 sh_buf_tmp += clip_area_sub.x1 - (shadow_area.x2 - corner_size + 1); in draw_shadow()574 lv_memcpy(mask_buf, sh_buf_tmp, corner_size); in draw_shadow()579 blend_dsc.mask_buf = sh_buf_tmp; in draw_shadow()582 sh_buf_tmp += corner_size; in draw_shadow()600 sh_buf_tmp = sh_buf; in draw_shadow()601 sh_buf_tmp += (blend_area.y2 - clip_area_sub.y2) * corner_size; in draw_shadow()602 sh_buf_tmp += clip_area_sub.x1 - (shadow_area.x2 - corner_size + 1); in draw_shadow()[all …]