Searched refs:f2 (Results 1 – 2 of 2) sorted by relevance
27 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() argument78 TEST_ASSERT_NOT_NULL_MESSAGE(f2, "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()89 lv_font_fmt_txt_dsc_t * dsc2 = (lv_font_fmt_txt_dsc_t *)f2->dsc; in compare_fonts()
1134 - fix(README) spelling correction [`41869f2`](https://github.com/lvgl/lvgl/commit/41869f238e773e599…1251 - fix(draw) use the filtered colors in lv_obj_init_draw_xxx_dsc() functions [`78725f2`](https://git…