Searched refs:subpx (Results 1 – 25 of 81) sorted by relevance
1234
| /lvgl-latest/scripts/built_in_font/ |
| D | built_in_font_gen.py | 54 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/src/others/imgfont/ |
| D | lv_imgfont.c | 61 font->subpx = LV_FONT_SUBPX_NONE; in lv_imgfont_create()
|
| /lvgl-latest/demos/ebike/generated/ |
| D | font_ebike_130.c | 2781 .subpx = LV_FONT_SUBPX_NONE,
|
| D | font_ebike_56.c | 689 .subpx = LV_FONT_SUBPX_NONE,
|
| /lvgl-latest/tests/src/test_cases/ |
| D | test_font_loader.c | 193 TEST_ASSERT_EQUAL_INT_MESSAGE(f1->subpx, f2->subpx, "subpx"); in compare_fonts()
|
| /lvgl-latest/src/font/ |
| D | lv_font.h | 111 uint8_t subpx : 2; /**< An element of `lv_font_subpx_t`*/ member
|
| D | lv_font_unscii_16.c | 632 .subpx = LV_FONT_SUBPX_NONE,
|
| D | lv_font_unscii_8.c | 468 .subpx = LV_FONT_SUBPX_NONE,
|
| /lvgl-latest/demos/benchmark/assets/ |
| D | lv_font_benchmark_montserrat_12_compr_az.c.c | 311 .subpx = LV_FONT_SUBPX_NONE,
|
| D | lv_font_benchmark_montserrat_16_compr_az.c.c | 349 .subpx = LV_FONT_SUBPX_NONE,
|
| D | lv_font_benchmark_montserrat_28_compr_az.c.c | 500 .subpx = LV_FONT_SUBPX_NONE,
|
| /lvgl-latest/tests/src/test_assets/ |
| D | test_font_montserrat_ascii_4bpp.c | 1658 .subpx = LV_FONT_SUBPX_NONE,
|
| D | test_font_3.c | 941 .subpx = LV_FONT_SUBPX_NONE,
|
| D | test_font_montserrat_ascii_1bpp.c | 1017 .subpx = LV_FONT_SUBPX_NONE,
|
| D | test_font_montserrat_ascii_2bpp.c | 1241 .subpx = LV_FONT_SUBPX_NONE,
|
| D | test_font_montserrat_ascii_3bpp_compressed.c | 1287 .subpx = LV_FONT_SUBPX_NONE,
|
| /lvgl-latest/demos/multilang/assets/fonts/ |
| D | font_multilang_large.c | 1912 .subpx = LV_FONT_SUBPX_NONE,
|
| /lvgl-latest/src/libs/freetype/ |
| D | lv_freetype.c | 178 font->subpx = LV_FONT_SUBPX_NONE; in lv_freetype_font_create()
|
| /lvgl-latest/demos/high_res/fonts/ |
| D | font_lv_demo_high_res_roboto_slab_light_80.c | 24323 .subpx = LV_FONT_SUBPX_NONE,
|
| D | font_lv_demo_high_res_roboto_slab_regular_20.c | 2390 .subpx = LV_FONT_SUBPX_NONE,
|
| D | font_lv_demo_high_res_roboto_slab_regular_30.c | 4130 .subpx = LV_FONT_SUBPX_NONE,
|
| D | font_lv_demo_high_res_roboto_slab_regular_40.c | 6938 .subpx = LV_FONT_SUBPX_NONE,
|
| D | font_lv_demo_high_res_roboto_slab_regular_45.c | 8343 .subpx = LV_FONT_SUBPX_NONE,
|
| D | font_lv_demo_high_res_roboto_slab_regular_60.c | 14153 .subpx = LV_FONT_SUBPX_NONE,
|
| D | font_lv_demo_high_res_roboto_slab_regular_90.c | 31423 .subpx = LV_FONT_SUBPX_NONE,
|
1234