Searched refs:dither_func (Results 1 – 1 of 1) sorted by relevance
174 lv_dither_func_t dither_func = &lv_dither_none; in draw_bg() local192 dither_func = lv_dither_ordered_hor; in draw_bg()195 dither_func = lv_dither_ordered_ver; in draw_bg()198 dither_func = NULL; in draw_bg()205 dither_func = lv_dither_err_diff_hor; in draw_bg()208 dither_func = lv_dither_err_diff_ver; in draw_bg()211 dither_func = NULL; in draw_bg()229 if(dither_func) dither_func(grad, blend_area.x1, h - bg_coords.y1, grad_size); in draw_bg()254 if(dither_func) dither_func(grad, blend_area.x1, top_y - bg_coords.y1, grad_size); in draw_bg()265 if(dither_func) dither_func(grad, blend_area.x1, bottom_y - bg_coords.y1, grad_size); in draw_bg()[all …]