Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/vg_lite/
Dlv_vg_lite_stroke.h65 struct _lv_vg_lite_path_t * lv_vg_lite_stroke_get_path(lv_cache_entry_t * cache_entry);
72 void lv_vg_lite_stroke_drop(struct _lv_draw_vg_lite_unit_t * unit, lv_cache_entry_t * cache_entry);
Dlv_vg_lite_stroke.c175 struct _lv_vg_lite_path_t * lv_vg_lite_stroke_get_path(lv_cache_entry_t * cache_entry) in lv_vg_lite_stroke_get_path() argument
177 LV_ASSERT_NULL(cache_entry); in lv_vg_lite_stroke_get_path()
179 stroke_item_t * stroke_item = lv_cache_entry_get_data(cache_entry); in lv_vg_lite_stroke_get_path()
191 lv_cache_entry_t * cache_entry) in lv_vg_lite_stroke_drop() argument
194 LV_ASSERT_NULL(cache_entry); in lv_vg_lite_stroke_drop()
195 lv_cache_release(unit->stroke_cache, cache_entry, NULL); in lv_vg_lite_stroke_drop()
Dlv_vg_lite_decoder.c380 dsc->cache_entry = entry; in decoder_open()
/lvgl-latest/src/draw/
Dlv_image_decoder.c160 if(lv_image_cache_is_enabled() && dsc->cache && dsc->cache_entry) { in lv_image_decoder_close()
162 lv_cache_release(dsc->cache, dsc->cache_entry, NULL); in lv_image_decoder_close()
221 lv_cache_entry_t * cache_entry = lv_cache_add(img_cache_p, search_key, NULL); in lv_image_decoder_add_to_cache() local
222 if(cache_entry == NULL) { in lv_image_decoder_add_to_cache()
227 cached_data = lv_cache_entry_get_data(cache_entry); in lv_image_decoder_add_to_cache()
237 return cache_entry; in lv_image_decoder_add_to_cache()
410 dsc->cache_entry = entry; /*Save the cache to release it in decoder_close*/ in try_cache()
Dlv_image_decoder_private.h111 lv_cache_entry_t * cache_entry; member
/lvgl-latest/src/libs/lodepng/
Dlv_lodepng.c218 dsc->cache_entry = entry; in decoder_open()
/lvgl-latest/src/libs/bin_decoder/
Dlv_bin_decoder.c364 …lv_cache_entry_t * cache_entry = lv_image_decoder_add_to_cache(decoder, &search_key, dsc->decoded,… in lv_bin_decoder_open() local
365 if(cache_entry == NULL) { in lv_bin_decoder_open()
369 dsc->cache_entry = cache_entry; in lv_bin_decoder_open()
/lvgl-latest/src/libs/libpng/
Dlv_libpng.c191 dsc->cache_entry = entry; in decoder_open()
/lvgl-latest/src/libs/libjpeg_turbo/
Dlv_libjpeg_turbo.c192 dsc->cache_entry = entry; in decoder_open()
/lvgl-latest/docs/details/main-components/
Dimage.rst424 and then mark the processing status in ``cache_entry->process_state`` (to avoid repeated post-proce…
446 lv_cache_entry_t * entry = dsc->cache_entry;
545 ``cache_entry->weight = time_ms`` to give a higher or lower value. (Leave