Home
last modified time | relevance | path

Searched refs:box_shadow_dsc (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/draw/opengles/
Dlv_draw_opengles.c304 lv_draw_box_shadow_dsc_t * box_shadow_dsc = task->draw_dsc; in draw_to_texture() local
309 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()
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl.c264 lv_draw_box_shadow_dsc_t * box_shadow_dsc = task->draw_dsc; in draw_to_texture() local
269 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()