Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_font_loader.c191 lv_font_fmt_txt_glyph_dsc_t * glyph_dsc2 = (lv_font_fmt_txt_glyph_dsc_t *)dsc2->glyph_dsc; in compare_fonts() local
200 dsc2->glyph_bitmap + glyph_dsc2[i].bitmap_index, in compare_fonts()
204 TEST_ASSERT_EQUAL_INT_MESSAGE(glyph_dsc1[i].adv_w, glyph_dsc2[i].adv_w, "adv_w"); in compare_fonts()
205 TEST_ASSERT_EQUAL_INT_MESSAGE(glyph_dsc1[i].box_w, glyph_dsc2[i].box_w, "box_w"); in compare_fonts()
206 TEST_ASSERT_EQUAL_INT_MESSAGE(glyph_dsc1[i].box_h, glyph_dsc2[i].box_h, "box_h"); in compare_fonts()
207 TEST_ASSERT_EQUAL_INT_MESSAGE(glyph_dsc1[i].ofs_x, glyph_dsc2[i].ofs_x, "ofs_x"); in compare_fonts()
208 TEST_ASSERT_EQUAL_INT_MESSAGE(glyph_dsc1[i].ofs_y, glyph_dsc2[i].ofs_y, "ofs_y"); in compare_fonts()