Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_composite.h73 SDL_Texture * lv_draw_sdl_composite_texture_obtain(lv_draw_sdl_ctx_t * ctx, lv_draw_sdl_composite_t…
Dlv_draw_sdl_composite.c89 …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
Dlv_draw_sdl_layer.c61 … transform_ctx->target = lv_draw_sdl_composite_texture_obtain(ctx, texture_id, target_w, target_h, in lv_draw_sdl_layer_init()
Dlv_draw_sdl_polygon.c81 …SDL_Texture * texture = lv_draw_sdl_composite_texture_obtain(ctx, LV_DRAW_SDL_COMPOSITE_TEXTURE_ID… in lv_draw_sdl_polygon()
Dlv_draw_sdl_arc.c107 …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/
DCHANGELOG.md61 - fix(sdl): add missing parameter in lv_draw_sdl_composite_texture_obtain [`4490`](https://github.c…