Searched refs:draw_core_cb (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/draw/ |
D | lv_draw_image.c | 35 lv_draw_image_core_cb draw_core_cb); 151 const lv_area_t * coords, lv_draw_image_core_cb draw_core_cb) in lv_draw_image_normal_helper() argument 153 if(draw_core_cb == NULL) { in lv_draw_image_normal_helper() 185 …_decode_and_draw(draw_unit, draw_dsc, &decoder_dsc, NULL, coords, &clipped_img_area, draw_core_cb); in lv_draw_image_normal_helper() 191 const lv_area_t * coords, lv_draw_image_core_cb draw_core_cb) in lv_draw_image_tiled_helper() argument 193 if(draw_core_cb == NULL) { in lv_draw_image_tiled_helper() 233 draw_core_cb); in lv_draw_image_tiled_helper() 283 lv_draw_image_core_cb draw_core_cb) in img_decode_and_draw() argument 292 draw_core_cb(draw_unit, draw_dsc, decoder_dsc, &sup, img_area, clipped_img_area); in img_decode_and_draw() 315 draw_core_cb(draw_unit, draw_dsc, decoder_dsc, &sup, in img_decode_and_draw()
|
D | lv_draw_image_private.h | 51 const lv_area_t * coords, lv_draw_image_core_cb draw_core_cb); 62 const lv_area_t * coords, lv_draw_image_core_cb draw_core_cb);
|