Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/cache/
Dlv_image_header_cache.c119 … const void * rhs_src, lv_image_src_t rhs_src_type) in image_cache_common_compare() argument
123 int32_t cmp_res = lv_strcmp(lhs_src, rhs_src); in image_cache_common_compare()
129 if(lhs_src != rhs_src) { in image_cache_common_compare()
130 return lhs_src > rhs_src ? 1 : -1; in image_cache_common_compare()
Dlv_image_cache.c124 … const void * rhs_src, lv_image_src_t rhs_src_type) in image_cache_common_compare() argument
128 int32_t cmp_res = lv_strcmp(lhs_src, rhs_src); in image_cache_common_compare()
134 if(lhs_src != rhs_src) { in image_cache_common_compare()
135 return lhs_src > rhs_src ? 1 : -1; in image_cache_common_compare()