Searched refs:sh_width (Results 1 – 1 of 1) sorted by relevance
3592 lv_coord_t sh_width = lv_obj_get_style_shadow_width(obj, part); local3593 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);