/lvgl-latest/src/misc/cache/ |
D | lv_cache.c | 50 lv_cache_t * cache = cache_class->alloc_cb(); in lv_cache_create() local 70 void lv_cache_destroy(lv_cache_t * cache, void * user_data) in lv_cache_destroy() 81 lv_cache_entry_t * lv_cache_acquire(lv_cache_t * cache, const void * key, void * user_data) in lv_cache_acquire() 106 void lv_cache_release(lv_cache_t * cache, lv_cache_entry_t * entry, void * user_data) in lv_cache_release() 123 lv_cache_entry_t * lv_cache_add(lv_cache_t * cache, const void * key, void * user_data) in lv_cache_add() 147 lv_cache_entry_t * lv_cache_acquire_or_create(lv_cache_t * cache, const void * key, void * user_dat… in lv_cache_acquire_or_create() 196 void lv_cache_reserve(lv_cache_t * cache, uint32_t reserved_size, void * user_data) in lv_cache_reserve() 209 void lv_cache_drop(lv_cache_t * cache, const void * key, void * user_data) in lv_cache_drop() 222 bool lv_cache_evict_one(lv_cache_t * cache, void * user_data) in lv_cache_evict_one() 235 void lv_cache_drop_all(lv_cache_t * cache, void * user_data) in lv_cache_drop_all() [all …]
|
D | lv_cache_lru_rb.c | 64 lv_cache_t cache; member 200 static bool init_cnt_cb(lv_cache_t * cache) in init_cnt_cb() 223 static bool init_size_cb(lv_cache_t * cache) in init_size_cb() 246 static void destroy_cb(lv_cache_t * cache, void * user_data) in destroy_cb() 261 static lv_cache_entry_t * get_cb(lv_cache_t * cache, const void * key, void * user_data) in get_cb() 298 static lv_cache_entry_t * add_cb(lv_cache_t * cache, const void * key, void * user_data) in add_cb() 323 static void remove_cb(lv_cache_t * cache, lv_cache_entry_t * entry, void * user_data) in remove_cb() 350 static void drop_cb(lv_cache_t * cache, const void * key, void * user_data) in drop_cb() 381 static void drop_all_cb(lv_cache_t * cache, void * user_data) in drop_all_cb() 415 static lv_cache_entry_t * get_victim_cb(lv_cache_t * cache, void * user_data) in get_victim_cb() [all …]
|
D | lv_cache_entry.c | 24 const lv_cache_t * cache; member 134 void lv_cache_entry_set_cache(lv_cache_entry_t * entry, const lv_cache_t * cache) in lv_cache_entry_set_cache() 151 lv_cache_entry_t * lv_cache_entry_alloc(const uint32_t node_size, const lv_cache_t * cache) in lv_cache_entry_alloc() 164 void lv_cache_entry_init(lv_cache_entry_t * entry, const lv_cache_t * cache, const uint32_t node_si… in lv_cache_entry_init()
|
/lvgl-latest/src/misc/ |
D | lv_lru.c | 78 lv_lru_t * cache = lv_malloc_zeroed(sizeof(lv_lru_t)); in lv_lru_create() local 101 void lv_lru_delete(lv_lru_t * cache) in lv_lru_delete() 136 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() 188 lv_lru_res_t lv_lru_get(lv_lru_t * cache, const void * key, size_t key_size, void ** value) in lv_lru_get() 211 lv_lru_res_t lv_lru_remove(lv_lru_t * cache, const void * key, size_t key_size) in lv_lru_remove() 233 void lv_lru_remove_lru_item(lv_lru_t * cache) in lv_lru_remove_lru_item() 265 static uint32_t lv_lru_hash(lv_lru_t * cache, const void * key, uint32_t key_length) in lv_lru_hash() 310 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() 330 static lv_lru_item_t * lv_lru_pop_or_create_item(lv_lru_t * cache) in lv_lru_pop_or_create_item()
|
/lvgl-latest/src/draw/sw/blend/ |
D | lv_draw_sw_blend_to_argb8888.c | 218 lv_color_mix_alpha_cache_t cache; in lv_draw_sw_blend_color_to_argb8888() local 438 lv_color_mix_alpha_cache_t cache; in i1_image_blend() local 532 lv_color_mix_alpha_cache_t cache; in al88_image_blend() local 623 lv_color_mix_alpha_cache_t cache; in l8_image_blend() local 658 lv_color_mix_alpha_cache_t cache; in rgb565_image_blend() local 758 lv_color_mix_alpha_cache_t cache; in rgb888_image_blend() local 877 lv_color_mix_alpha_cache_t cache; in argb8888_image_blend() local 972 … lv_color_mix_alpha_cache_t * cache) in lv_color_32_32_mix() 1011 void lv_color_mix_with_alpha_cache_init(lv_color_mix_alpha_cache_t * cache) in lv_color_mix_with_alpha_cache_init() 1030 … lv_blend_mode_t mode, lv_color_mix_alpha_cache_t * cache) in blend_non_normal_pixel()
|
D | lv_draw_sw_blend_to_al88.c | 206 lv_color_mix_alpha_cache_t cache; in lv_draw_sw_blend_color_to_al88() local 367 lv_color_mix_alpha_cache_t cache; in i1_image_blend() local 460 lv_color_mix_alpha_cache_t cache; in l8_image_blend() local 553 lv_color_mix_alpha_cache_t cache; in al88_image_blend() local 641 lv_color_mix_alpha_cache_t cache; in rgb565_image_blend() local 737 lv_color_mix_alpha_cache_t cache; in rgb888_image_blend() local 838 lv_color_mix_alpha_cache_t cache; in argb8888_image_blend() local 950 lv_color_mix_alpha_cache_t * cache) in lv_color_16a_16a_mix() 989 void lv_color_mix_with_alpha_cache_init(lv_color_mix_alpha_cache_t * cache) in lv_color_mix_with_alpha_cache_init() 1008 … lv_blend_mode_t mode, lv_color_mix_alpha_cache_t * cache) in blend_non_normal_pixel()
|
/lvgl-latest/demos/high_res/fonts/ |
D | font_lv_demo_high_res_roboto_slab_light_80.c | 24284 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_slab_light_160.c | 92421 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_slab_light_180.c | 116510 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_slab_light_240.c | 205249 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_medium_11.c | 1378 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_medium_12.c | 1525 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_medium_16.c | 1927 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_medium_18.c | 2158 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_medium_24.c | 3037 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_medium_36.c | 5674 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_medium_8.c | 1149 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_slab_bold_20.c | 2829 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_slab_bold_24.c | 3458 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_slab_bold_30.c | 4749 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_slab_bold_36.c | 6486 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_slab_bold_40.c | 7686 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_lv_demo_high_res_roboto_slab_bold_45.c | 9179 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
/lvgl-latest/demos/ebike/generated/ |
D | font_ebike_inter_14.c | 2173 static lv_font_fmt_txt_glyph_cache_t cache; variable
|
D | font_ebike_inter_20.c | 3276 static lv_font_fmt_txt_glyph_cache_t cache; variable
|