Lines Matching defs:texture
37 const SDL_Texture * texture; member
107 …SDL_Texture * texture = lv_draw_sdl_texture_cache_get_with_userdata(ctx, key, key_size, &texture_f… in lv_draw_sdl_img_core() local
167 static void calc_draw_part(SDL_Texture * texture, const lv_draw_sdl_img_header_t * header, const lv… in calc_draw_part()
200 const void * src, int32_t frame_id, SDL_Texture ** texture, in lv_draw_sdl_img_load_texture()
263 SDL_Texture * texture = SDL_CreateTextureFromSurface(renderer, surface); in upload_img_texture() local
283 SDL_Texture * texture = SDL_CreateTextureFromSurface(renderer, surface); in upload_img_texture_fallback() local
310 static void draw_img_simple(lv_draw_sdl_ctx_t * ctx, SDL_Texture * texture, const lv_draw_sdl_img_h… in draw_img_simple()
331 static void draw_img_rounded(lv_draw_sdl_ctx_t * ctx, SDL_Texture * texture, const lv_draw_sdl_img_… in draw_img_rounded()
385 static void apply_recolor_opa(SDL_Texture * texture, const lv_draw_img_dsc_t * draw_dsc) in apply_recolor_opa()
399 static SDL_Texture * img_rounded_frag_obtain(lv_draw_sdl_ctx_t * ctx, SDL_Texture * texture, in img_rounded_frag_obtain()
484 static lv_draw_img_rounded_key_t rounded_key_create(const SDL_Texture * texture, lv_coord_t w, lv_c… in rounded_key_create()