Searched refs:gpu_blend_cb (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_draw/ |
A D | lv_draw_basic.c | 171 … else if(lv_area_get_height(&vdb_rel_a) > VFILL_HW_ACC_SIZE_LIMIT && disp->driver.gpu_blend_cb) { in lv_draw_fill() 184 … disp->driver.gpu_blend_cb(&disp->driver, &vdb_buf_tmp[vdb_rel_a.x1], color_array_tmp, w, opa); in lv_draw_fill() 198 if(disp->driver.gpu_blend_cb) { in lv_draw_fill() 209 … disp->driver.gpu_blend_cb(&disp->driver, &vdb_buf_tmp[vdb_rel_a.x1], color_array_tmp, w, opa); in lv_draw_fill() 457 if(disp->driver.gpu_blend_cb == false) { in lv_draw_map() 460 … disp->driver.gpu_blend_cb(&disp->driver, vdb_buf_tmp, (lv_color_t *)map_p, map_useful_w, opa); in lv_draw_map()
|
/AliOS-Things-master/components/littlevgl/src/lv_hal/ |
A D | lv_hal_disp.h | 103 …void (*gpu_blend_cb)(struct _disp_drv_t * disp_drv, lv_color_t * dest, const lv_color_t * src, uin… member
|
A D | lv_hal_disp.c | 75 driver->gpu_blend_cb = NULL; in lv_disp_drv_init()
|
Completed in 5 milliseconds