Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_font_loader.c27 static int compare_fonts(lv_font_t * f1, lv_font_t * f2);
75 static int compare_fonts(lv_font_t * f1, lv_font_t * f2) in compare_fonts() argument
77 TEST_ASSERT_NOT_NULL_MESSAGE(f1, "font not null"); in compare_fonts()
85 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->line_height, f2->line_height, "line_height"); in compare_fonts()
86 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->base_line, f2->base_line, "base_line"); in compare_fonts()
87 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->subpx, f2->subpx, "subpx"); in compare_fonts()
88 lv_font_fmt_txt_dsc_t * dsc1 = (lv_font_fmt_txt_dsc_t *)f1->dsc; in compare_fonts()