Searched refs:lv_draw_sdl_composite_texture_obtain (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.7.0/src/draw/sdl/ |
D | lv_draw_sdl_composite.h | 73 SDL_Texture * lv_draw_sdl_composite_texture_obtain(lv_draw_sdl_ctx_t * ctx, lv_draw_sdl_composite_t…
|
D | lv_draw_sdl_composite.c | 89 …internals->composition = lv_draw_sdl_composite_texture_obtain(ctx, LV_DRAW_SDL_COMPOSITE_TEXTURE_I… in lv_draw_sdl_composite_begin() 104 …internals->mask = lv_draw_sdl_composite_texture_obtain(ctx, LV_DRAW_SDL_COMPOSITE_TEXTURE_ID_STREA… in lv_draw_sdl_composite_begin() 188 SDL_Texture * lv_draw_sdl_composite_texture_obtain(lv_draw_sdl_ctx_t * ctx, lv_draw_sdl_composite_t… in lv_draw_sdl_composite_texture_obtain() function
|
D | lv_draw_sdl_layer.c | 61 … transform_ctx->target = lv_draw_sdl_composite_texture_obtain(ctx, texture_id, target_w, target_h, in lv_draw_sdl_layer_init()
|
D | lv_draw_sdl_polygon.c | 81 …SDL_Texture * texture = lv_draw_sdl_composite_texture_obtain(ctx, LV_DRAW_SDL_COMPOSITE_TEXTURE_ID… in lv_draw_sdl_polygon()
|
D | lv_draw_sdl_arc.c | 107 …SDL_Texture * texture = lv_draw_sdl_composite_texture_obtain(ctx, LV_DRAW_SDL_COMPOSITE_TEXTURE_ID… in lv_draw_sdl_draw_arc()
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 61 - fix(sdl): add missing parameter in lv_draw_sdl_composite_texture_obtain [`4490`](https://github.c…
|