Searched refs:line_img (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.5.0/src/widgets/ |
D | lv_canvas.c | 261 lv_img_dsc_t line_img; in lv_canvas_blur_hor() local 262 line_img.data = line_buf; in lv_canvas_blur_hor() 263 line_img.header.always_zero = 0; in lv_canvas_blur_hor() 264 line_img.header.w = canvas->dsc.header.w; in lv_canvas_blur_hor() 265 line_img.header.h = 1; in lv_canvas_blur_hor() 266 line_img.header.cf = canvas->dsc.header.cf; in lv_canvas_blur_hor() 286 c = lv_img_buf_get_px_color(&line_img, x_safe, 0, color); in lv_canvas_blur_hor() 287 if(has_alpha) opa = lv_img_buf_get_px_alpha(&line_img, x_safe, 0); in lv_canvas_blur_hor() 322 c = lv_img_buf_get_px_color(&line_img, x_safe, 0, color); in lv_canvas_blur_hor() 323 if(has_alpha) opa = lv_img_buf_get_px_alpha(&line_img, x_safe, 0); in lv_canvas_blur_hor() [all …]
|