Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/opengles/
Dlv_draw_opengles.c72 static bool draw_to_texture(lv_draw_opengles_unit_t * u, cache_data_t * cache_data);
238 static bool draw_to_texture(lv_draw_opengles_unit_t * u, cache_data_t * cache_data) in draw_to_texture() argument
369 cache_data->draw_dsc = lv_malloc(base_dsc->dsc_size); in draw_to_texture()
370 lv_memcpy((void *)cache_data->draw_dsc, base_dsc, base_dsc->dsc_size); in draw_to_texture()
371 cache_data->w = texture_w; in draw_to_texture()
372 cache_data->h = texture_h; in draw_to_texture()
373 cache_data->texture = texture; in draw_to_texture()
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl.c51 static bool draw_to_texture(lv_draw_sdl_unit_t * u, cache_data_t * cache_data);
196 static bool draw_to_texture(lv_draw_sdl_unit_t * u, cache_data_t * cache_data) in draw_to_texture() argument
332 cache_data->draw_dsc = lv_malloc(base_dsc->dsc_size); in draw_to_texture()
333 lv_memcpy((void *)cache_data->draw_dsc, base_dsc, base_dsc->dsc_size); in draw_to_texture()
334 cache_data->w = texture_w; in draw_to_texture()
335 cache_data->h = texture_h; in draw_to_texture()
336 cache_data->texture = texture; in draw_to_texture()