Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 33) sorted by relevance

12

/lvgl-3.7.0/src/misc/
Dlv_lru.c77 lv_lru_t * cache = (lv_lru_t *) lv_mem_alloc(sizeof(lv_lru_t)); in lv_lru_create() local
102 void lv_lru_del(lv_lru_t * cache) in lv_lru_del()
137 lv_lru_res_t lv_lru_set(lv_lru_t * cache, const void * key, size_t key_length, void * value, size_t… in lv_lru_set()
189 lv_lru_res_t lv_lru_get(lv_lru_t * cache, const void * key, size_t key_size, void ** value) in lv_lru_get()
212 lv_lru_res_t lv_lru_remove(lv_lru_t * cache, const void * key, size_t key_size) in lv_lru_remove()
234 void lv_lru_remove_lru_item(lv_lru_t * cache) in lv_lru_remove_lru_item()
266 static uint32_t lv_lru_hash(lv_lru_t * cache, const void * key, uint32_t key_length) in lv_lru_hash()
311 static void lv_lru_remove_item(lv_lru_t * cache, lv_lru_item_t * prev, lv_lru_item_t * item, uint32… in lv_lru_remove_item()
331 static lv_lru_item_t * lv_lru_pop_or_create_item(lv_lru_t * cache) in lv_lru_pop_or_create_item()
/lvgl-3.7.0/src/draw/
Dlv_img_cache.c74 _lv_img_cache_entry_t * cache = LV_GC_ROOT(_lv_img_cache_array); in _lv_img_cache_open() local
184 _lv_img_cache_entry_t * cache = LV_GC_ROOT(_lv_img_cache_array); in lv_img_cache_invalidate_src() local
/lvgl-3.7.0/src/font/
Dlv_font_unscii_16.c600 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_unscii_8.c436 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_simsun_16_cjk.c23731 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_dejavu_16_persian_hebrew.c6564 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_44.c10875 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_24.c4016 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_30.c5682 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_42.c10049 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_46.c11827 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_12_subpx.c3815 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_14.c2150 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_48.c12528 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_8.c1399 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_16.c2419 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_20.c3176 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_22.c3605 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_18.c2819 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_26.c4551 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_28.c5100 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_28_compressed.c3230 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_32.c6171 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_36.c7614 static lv_font_fmt_txt_glyph_cache_t cache; variable
Dlv_font_montserrat_38.c8359 static lv_font_fmt_txt_glyph_cache_t cache; variable

12