Home
last modified time | relevance | path

Searched refs:subpx (Results 1 – 25 of 43) sorted by relevance

12

/lvgl-3.4.0/scripts/built_in_font/
Dbuilt_in_font_gen.py54 subpx = "" variable
55 if args.subpx: subpx = "--lcd"
61 …s+Regular.woff -r {} --format lvgl -o {} --force-fast-kern-format".format(subpx, compr, args.bpp, …
/lvgl-3.4.0/tests/src/test_cases/
Dtest_font_loader.c73 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->subpx, f2->subpx, "subpx"); in compare_fonts()
/lvgl-3.4.0/src/font/
Dlv_font.h71 uint8_t subpx : 2; /**< An element of `lv_font_subpx_t`*/ member
Dlv_font_unscii_16.c640 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_unscii_8.c476 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_44.c10913 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_10.c1651 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_12.c1912 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_12_subpx.c3853 .subpx = LV_FONT_SUBPX_HOR,
Dlv_font_montserrat_14.c2188 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_16.c2457 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_18.c2857 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_20.c3214 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_22.c3643 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_24.c4054 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_26.c4589 .subpx = LV_FONT_SUBPX_NONE,
/lvgl-3.4.0/demos/stress/assets/
Dlv_font_montserrat_12_compr_az.c311 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_16_compr_az.c349 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_28_compr_az.c499 .subpx = LV_FONT_SUBPX_NONE,
/lvgl-3.4.0/demos/benchmark/assets/
Dlv_font_bechmark_montserrat_12_compr_az.c.c311 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_bechmark_montserrat_16_compr_az.c.c349 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_bechmark_montserrat_28_compr_az.c.c500 .subpx = LV_FONT_SUBPX_NONE,
/lvgl-3.4.0/src/extra/libs/freetype/
Dlv_freetype.c384 font->subpx = LV_FONT_SUBPX_NONE; in lv_ft_font_init_cache()
586 font->subpx = LV_FONT_SUBPX_NONE; in lv_ft_font_init_nocache()
/lvgl-3.4.0/tests/src/test_fonts/
Dfont_3.c942 .subpx = LV_FONT_SUBPX_NONE,
/lvgl-3.4.0/src/draw/sw/
Dlv_draw_sw_letter.c132 if(g.resolved_font->subpx) { in lv_draw_sw_letter()

12