Home
last modified time | relevance | path

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

12

/lvgl-latest/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-latest/tests/src/test_cases/
Dtest_font_loader.c87 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->subpx, f2->subpx, "subpx"); in compare_fonts()
/lvgl-latest/src/font/
Dlv_font.h74 uint8_t subpx : 2; /**< An element of `lv_font_subpx_t`*/ member
Dlv_font_unscii_16.c634 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_unscii_8.c470 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_20.c3210 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_22.c3639 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_24.c4050 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_26.c4585 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_28.c5134 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_28_compressed.c3264 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_32.c6205 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_34.c7004 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_36.c7648 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_42.c10083 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_48.c12562 .subpx = LV_FONT_SUBPX_NONE,
Dlv_font_montserrat_8.c1433 .subpx = LV_FONT_SUBPX_NONE,
/lvgl-latest/src/extra/others/imgfont/
Dlv_imgfont.c66 font->subpx = LV_FONT_SUBPX_NONE; in lv_imgfont_create()
/lvgl-latest/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-latest/src/draw/renesas/
Dlv_gpu_d2_draw_label.c280 if(font_p->subpx) { in lv_draw_gpu_letter()
/lvgl-latest/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-latest/tests/src/test_fonts/
Dfont_3.c942 .subpx = LV_FONT_SUBPX_NONE,
Dfont_1.c1374 .subpx = LV_FONT_SUBPX_NONE,

12