Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/cache/
Dlv_image_header_cache.c118 inline static lv_cache_compare_res_t image_cache_common_compare(const void * lhs_src, lv_image_src_… in image_cache_common_compare() function
142 return image_cache_common_compare(lhs->src, lhs->src_type, rhs->src, rhs->src_type); in image_header_cache_compare_cb()
Dlv_image_cache.c123 inline static lv_cache_compare_res_t image_cache_common_compare(const void * lhs_src, lv_image_src_… in image_cache_common_compare() function
147 return image_cache_common_compare(lhs->src, lhs->src_type, rhs->src, rhs->src_type); in image_cache_compare_cb()