Searched refs:sh_buf_tmp (Results 1 – 1 of 1) sorted by relevance
520 lv_opa_t * sh_buf_tmp; in draw_shadow() local550 sh_buf_tmp = sh_buf; in draw_shadow()551 sh_buf_tmp += (clip_area_sub.y1 - shadow_area.y1) * corner_size; in draw_shadow()552 sh_buf_tmp += clip_area_sub.x1 - (shadow_area.x2 - corner_size + 1); in draw_shadow()567 lv_memcpy(mask_buf, sh_buf_tmp, corner_size); in draw_shadow()572 blend_dsc.mask_buf = sh_buf_tmp; in draw_shadow()575 sh_buf_tmp += corner_size; in draw_shadow()593 sh_buf_tmp = sh_buf; in draw_shadow()594 sh_buf_tmp += (blend_area.y2 - clip_area_sub.y2) * corner_size; in draw_shadow()595 sh_buf_tmp += clip_area_sub.x1 - (shadow_area.x2 - corner_size + 1); in draw_shadow()[all …]