Searched refs:lv_memcmp (Results 1 – 16 of 16) sorted by relevance
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_obj_transform.c | 51 TEST_ASSERT_EQUAL(lv_memcmp(&matrix, obj_transform, sizeof(lv_matrix_t)), 0); in test_obj_transform()
|
/lvgl-latest/src/stdlib/ |
D | lv_string.h | 66 int lv_memcmp(const void * p1, const void * p2, size_t len);
|
/lvgl-latest/src/libs/lodepng/ |
D | lv_lodepng.c | 107 if(lv_memcmp(buf, magic, sizeof(magic)) != 0) return LV_RESULT_INVALID; in decoder_info() 118 if(lv_memcmp(img_dsc->data, magic, sizeof(magic)) != 0) return LV_RESULT_INVALID; in decoder_info()
|
/lvgl-latest/src/stdlib/clib/ |
D | lv_string_clib.c | 53 int lv_memcmp(const void * p1, const void * p2, size_t len) in lv_memcmp() function
|
/lvgl-latest/src/stdlib/rtthread/ |
D | lv_string_rtthread.c | 58 int lv_memcmp(const void * p1, const void * p2, size_t len) in lv_memcmp() function
|
/lvgl-latest/src/libs/libpng/ |
D | lv_libpng.c | 106 if(lv_memcmp(buf, magic, sizeof(magic)) != 0) return LV_RESULT_INVALID; in decoder_info() 117 if(lv_memcmp(img_dsc->data, magic, sizeof(magic)) != 0) return LV_RESULT_INVALID; in decoder_info()
|
/lvgl-latest/src/draw/vg_lite/ |
D | lv_vg_lite_stroke.c | 319 int cmp_res = lv_memcmp( in dash_pattern_compare() 348 int cmp_res = lv_memcmp(lhs_path->path, rhs_path->path, lhs_path->path_length); in path_compare()
|
D | lv_vg_lite_grad.c | 675 int cmp_res = lv_memcmp(lhs->lv.stops, rhs->lv.stops, in grad_compare_cb()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_string_builtin.c | 174 int lv_memcmp(const void * p1, const void * p2, size_t len) in lv_memcmp() function
|
/lvgl-latest/src/misc/ |
D | lv_lru.c | 306 return lv_memcmp(key, item->key, key_length); in lv_lru_cmp_keys()
|
/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_obj_parser.c | 110 else if(lv_strlen(name) > 6 && lv_memcmp("style_", name, 6) == 0) { in lv_xml_obj_apply()
|
/lvgl-latest/src/font/ |
D | lv_binfont_loader.c | 210 || lv_memcmp(label, buf, 4) != 0) { in read_label()
|
/lvgl-latest/src/draw/opengles/ |
D | lv_draw_opengles.c | 164 …int cmp_res = lv_memcmp(left_draw_dsc, right_draw_dsc, lhs->draw_dsc->dsc_size - sizeof(lv_draw_ds… in opengles_texture_cache_compare_cb()
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl.c | 107 …int cmp_res = lv_memcmp(left_draw_dsc, right_draw_dsc, lhs->draw_dsc->dsc_size - sizeof(lv_draw_ds… in sdl_texture_cache_compare_cb()
|
/lvgl-latest/src/core/ |
D | lv_refr.c | 1092 bool has_clip = lv_memcmp(&clip_coords_for_obj, &obj_coords, sizeof(lv_area_t)) != 0; in refr_check_obj_clip_overflow()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 477 if(option_len == char_i && lv_memcmp(start, option, LV_MIN(option_len, char_i)) == 0) { in lv_dropdown_get_option_index()
|