Searched refs:draw_cache_value_t (Results 1 – 1 of 1) sorted by relevance
31 } draw_cache_value_t; typedef41 static void draw_cache_free_value(draw_cache_value_t *);43 static draw_cache_value_t * draw_cache_get_entry(lv_draw_sdl_ctx_t * ctx, const void * key, size_t …76 draw_cache_value_t * value = draw_cache_get_entry(ctx, key, key_length, found); in lv_draw_sdl_texture_cache_get_with_userdata()94 draw_cache_value_t * value = SDL_malloc(sizeof(draw_cache_value_t)); in lv_draw_sdl_texture_cache_put_advanced()145 static void draw_cache_free_value(draw_cache_value_t * value) in draw_cache_free_value()157 static draw_cache_value_t * draw_cache_get_entry(lv_draw_sdl_ctx_t * ctx, const void * key, size_t … in draw_cache_get_entry()161 draw_cache_value_t * value = NULL; in draw_cache_get_entry()