Home
last modified time | relevance | path

Searched refs:draw_img (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl.c66 draw_ctx->draw_img = lv_draw_sdl_img_core; in lv_draw_sdl_init_ctx()
/lvgl-latest/src/draw/
Dlv_draw.h85 lv_res_t (*draw_img)(struct _lv_draw_ctx_t * draw_ctx, const lv_draw_img_dsc_t * draw_dsc, member
Dlv_draw_img.c75 if(draw_ctx->draw_img) { in lv_draw_img()
76 res = draw_ctx->draw_img(draw_ctx, dsc, coords, src); in lv_draw_img()
/lvgl-latest/src/widgets/
Dlv_img.c35 static void draw_img(lv_event_t * e);
514 draw_img(e); in lv_img_event()
518 static void draw_img(lv_event_t * e) in draw_img() function
/lvgl-latest/docs/porting/
Dgpu.md16 - `lv_res_t (*draw_img)()` Draw an image before decoding it (it bypasses LVGL's internal image deco…
/lvgl-latest/docs/
DCHANGELOG.md1004 - fix(draw_img): radius mask doesn't work in specific condition [`2786`](https://github.com/lvgl/lv…
1011 - fix(draw_img): fix typos in API comments [`2773`](https://github.com/lvgl/lvgl/pull/2773)
1012 - fix(draw_img):radius Mask doesn't work in Specific condition [`2775`](https://github.com/lvgl/lvg…