Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_line.c142 …SDL_Texture * round_texture = lv_draw_sdl_mask_dump_texture(sdl_ctx->renderer, &round_area, &mask_… in line_texture_create() local
147 SDL_RenderCopy(sdl_ctx->renderer, round_texture, &round_src, &round_dst); in line_texture_create()
149 SDL_RenderCopy(sdl_ctx->renderer, round_texture, &round_src, &round_dst); in line_texture_create()
150 SDL_DestroyTexture(round_texture); in line_texture_create()