Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dlv_tiny_ttf.c77 lv_lru_t * bitmap_cache; member
151 lv_lru_get(dsc->bitmap_cache, &cache_key, sizeof(cache_key), (void **)&buffer); in ttf_get_glyph_bitmap_cb()
164 if(LV_LRU_OK != lv_lru_set(dsc->bitmap_cache, &cache_key, sizeof(cache_key), buffer, szb)) { in ttf_get_glyph_bitmap_cb()
214 dsc->bitmap_cache = lv_lru_create(cache_size, font_size * font_size, lv_mem_free, lv_mem_free); in lv_tiny_ttf_create()
215 if(dsc->bitmap_cache == NULL) { in lv_tiny_ttf_create()
232 lv_lru_del(dsc->bitmap_cache); in lv_tiny_ttf_create()
278 lv_lru_del(ttf->bitmap_cache); in lv_tiny_ttf_destroy()