Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_font_loader.c98 int total_glyphs = 0; in compare_fonts() local
117 total_glyphs += cmaps1->list_length; in compare_fonts()
120 total_glyphs += cmaps1->range_length; in compare_fonts()
193 for(int i = 0; i < total_glyphs; ++i) { in compare_fonts()
194 if(i < total_glyphs - 1) { in compare_fonts()