Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_rect.c91 static void draw_shadow(lv_draw_sdl_ctx_t * ctx, const lv_area_t * coords, const lv_area_t * clip,
166 draw_shadow(ctx, &t_coords, &t_clip, dsc); in lv_draw_sdl_draw_rect()
617 static void draw_shadow(lv_draw_sdl_ctx_t * ctx, const lv_area_t * coords, const lv_area_t * clip, in draw_shadow() function
/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_rect.c37 static void /* LV_ATTRIBUTE_FAST_MEM */ draw_shadow(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_ds…
70 draw_shadow(draw_ctx, dsc, coords); in lv_draw_sw_rect()
427 static void LV_ATTRIBUTE_FAST_MEM draw_shadow(lv_draw_ctx_t * draw_ctx, const lv_draw_rect_dsc_t * … in draw_shadow() function