Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/sdl/
Dlv_draw_sdl_line.c145 SDL_Rect round_src = {0, 0, dsc->width, dsc->width}; 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()