Searched refs:cache_data (Results 1 – 2 of 2) sorted by relevance
72 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() argument369 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()
51 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() argument332 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()