Lines Matching refs:glyph_cache
70 lv_cache_t * glyph_cache; member
138 if(dsc->glyph_cache) { in lv_tiny_ttf_set_size()
139 lv_cache_destroy(dsc->glyph_cache, NULL); in lv_tiny_ttf_set_size()
140 dsc->glyph_cache = NULL; in lv_tiny_ttf_set_size()
162 lv_cache_destroy(ttf->glyph_cache, NULL); in lv_tiny_ttf_destroy()
229 … lv_cache_entry_t * entry = lv_cache_acquire_or_create(dsc->glyph_cache, &search_key, (void *)dsc); in ttf_get_glyph_dsc_cb()
259 lv_cache_release(dsc->glyph_cache, entry, NULL); in ttf_get_glyph_dsc_cb()
268 …lv_cache_entry_t * entry_next = lv_cache_acquire_or_create(dsc->glyph_cache, &search_key, (void *)… in ttf_get_glyph_dsc_cb()
275 lv_cache_release(dsc->glyph_cache, entry_next, NULL); in ttf_get_glyph_dsc_cb()
341 …dsc->glyph_cache = lv_cache_create(&lv_cache_class_lru_rb_count, sizeof(tiny_ttf_glyph_cache_data_… in lv_tiny_ttf_cache_create()
347 lv_cache_set_name(dsc->glyph_cache, "TINY_TTF_GLYPH"); in lv_tiny_ttf_cache_create()