Searched refs:compare_fonts (Results 1 – 1 of 1) sorted by relevance
27 static int compare_fonts(lv_font_t * f1, lv_font_t * f2);53 compare_fonts(&font_1, font_1_bin); in test_font_loader()54 compare_fonts(&font_2, font_2_bin); in test_font_loader()55 compare_fonts(&font_3, font_3_bin); in test_font_loader()66 compare_fonts(&font_1, font_1_bin); in test_font_loader()67 compare_fonts(&font_2, font_2_bin); in test_font_loader()68 compare_fonts(&font_3, font_3_bin); in test_font_loader()75 static int compare_fonts(lv_font_t * f1, lv_font_t * f2) in compare_fonts() function