Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_core/
Dlv_obj.c3592 lv_coord_t sh_width = lv_obj_get_style_shadow_width(obj, part); local
3593 if(sh_width) {
3596 sh_width = sh_width / 2; /*THe blur adds only half width*/
3597 sh_width++;
3598 sh_width += lv_obj_get_style_shadow_spread(obj, part);
3601 sh_width += LV_MATH_MAX(LV_MATH_ABS(sh_ofs_x), LV_MATH_ABS(sh_ofs_y));
3602 s = LV_MATH_MAX(s, sh_width);