Searched refs:box_shadow_dsc (Results 1 – 2 of 2) sorted by relevance
304 lv_draw_box_shadow_dsc_t * box_shadow_dsc = task->draw_dsc; in draw_to_texture() local309 rect_dsc.radius = box_shadow_dsc->radius; in draw_to_texture()310 rect_dsc.bg_color = box_shadow_dsc->color; in draw_to_texture()311 rect_dsc.shadow_opa = box_shadow_dsc->opa; in draw_to_texture()312 rect_dsc.shadow_width = box_shadow_dsc->width; in draw_to_texture()313 rect_dsc.shadow_spread = box_shadow_dsc->spread; in draw_to_texture()314 rect_dsc.shadow_offset_x = box_shadow_dsc->ofs_x; in draw_to_texture()315 rect_dsc.shadow_offset_y = box_shadow_dsc->ofs_y; in draw_to_texture()
264 lv_draw_box_shadow_dsc_t * box_shadow_dsc = task->draw_dsc; in draw_to_texture() local269 rect_dsc.radius = box_shadow_dsc->radius; in draw_to_texture()270 rect_dsc.bg_color = box_shadow_dsc->color; in draw_to_texture()271 rect_dsc.shadow_opa = box_shadow_dsc->opa; in draw_to_texture()272 rect_dsc.shadow_width = box_shadow_dsc->width; in draw_to_texture()273 rect_dsc.shadow_spread = box_shadow_dsc->spread; in draw_to_texture()274 rect_dsc.shadow_offset_x = box_shadow_dsc->ofs_x; in draw_to_texture()275 rect_dsc.shadow_offset_y = box_shadow_dsc->ofs_y; in draw_to_texture()