Searched refs:lv_draw_sw_img_decoded (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.7.0/src/draw/nxp/pxp/ |
D | lv_draw_pxp.c | 182 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, cf); in lv_draw_pxp_img_decoded() 188 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, cf); in lv_draw_pxp_img_decoded() 243 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, cf); in lv_draw_pxp_img_decoded()
|
/lvgl-3.7.0/src/draw/sw/ |
D | lv_draw_sw.c | 51 draw_sw_ctx->base_draw.draw_img_decoded = lv_draw_sw_img_decoded; in lv_draw_sw_init_ctx()
|
D | lv_draw_sw.h | 64 void /* LV_ATTRIBUTE_FAST_MEM */ lv_draw_sw_img_decoded(struct _lv_draw_ctx_t * draw_ctx,
|
D | lv_draw_sw_img.c | 44 void LV_ATTRIBUTE_FAST_MEM lv_draw_sw_img_decoded(struct _lv_draw_ctx_t * draw_ctx, in lv_draw_sw_img_decoded() function
|
/lvgl-3.7.0/src/draw/nxp/vglite/ |
D | lv_draw_vglite.c | 224 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, cf); in lv_draw_vglite_img_decoded() 230 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, cf); in lv_draw_vglite_img_decoded() 290 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, cf); in lv_draw_vglite_img_decoded()
|
/lvgl-3.7.0/src/draw/swm341_dma2d/ |
D | lv_gpu_swm341_dma2d.c | 140 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, color_format); in lv_draw_swm341_dma2d_img_decoded()
|
/lvgl-3.7.0/src/draw/renesas/ |
D | lv_gpu_d2_ra6m3.c | 693 lv_draw_sw_img_decoded(draw_ctx, dsc, coords, map_p, color_format);
|
/lvgl-3.7.0/src/draw/stm32_dma2d/ |
D | lv_gpu_stm32_dma2d.c | 278 lv_draw_sw_img_decoded(draw_ctx, img_dsc, coords, src_buf, color_format); in lv_draw_stm32_dma2d_img_decoded()
|