Home
last modified time | relevance | path

Searched defs:add_cb (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/misc/cache/
Dlv_cache_private.h156 lv_cache_add_cb_t add_cb; /**< The add function for cache entries */ member
Dlv_cache_lru_rb.c298 static lv_cache_entry_t * add_cb(lv_cache_t * cache, const void * key, void * user_data) in add_cb() function