Home
last modified time | relevance | path

Searched refs:font_dsc (Results 1 – 25 of 76) sorted by relevance

1234

/lvgl-latest/src/font/
Dlv_binfont_loader.c67 int32_t load_kern(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint8_t format, uint32_t sta…
218 static bool load_cmaps_tables(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_cmaps_tables() argument
221 …if(lv_fs_read(fp, cmap_table, font_dsc->cmap_num * sizeof(cmap_table_bin_t), NULL) != LV_FS_RES_OK… in load_cmaps_tables()
225 for(unsigned int i = 0; i < font_dsc->cmap_num; ++i) { in load_cmaps_tables()
231 lv_font_fmt_txt_cmap_t * cmap = (lv_font_fmt_txt_cmap_t *) & (font_dsc->cmaps[i]); in load_cmaps_tables()
285 static int32_t load_cmaps(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint32_t cmaps_start) in load_cmaps() argument
302 font_dsc->cmaps = cmaps; in load_cmaps()
303 font_dsc->cmap_num = cmaps_subtables_count; in load_cmaps()
305 cmap_table_bin_t * cmaps_tables = lv_malloc(sizeof(cmap_table_bin_t) * font_dsc->cmap_num); in load_cmaps()
307 bool success = load_cmaps_tables(fp, font_dsc, cmaps_start, cmaps_tables); in load_cmaps()
[all …]
Dlv_font_unscii_16.c601 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
603 static lv_font_fmt_txt_dsc_t font_dsc = {
638 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dlv_font_unscii_8.c437 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
439 static lv_font_fmt_txt_dsc_t font_dsc = {
474 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
/lvgl-latest/demos/ebike/generated/
Dfont_ebike_130.c2747 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
2749 static lv_font_fmt_txt_dsc_t font_dsc = {
2787 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_ebike_56.c655 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
657 static lv_font_fmt_txt_dsc_t font_dsc = {
695 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_ebike_trump_48.c3188 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
3190 static lv_font_fmt_txt_dsc_t font_dsc = {
3229 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_ebike_trump_72.c5962 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
5964 static lv_font_fmt_txt_dsc_t font_dsc = {
6003 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
/lvgl-latest/demos/benchmark/assets/
Dlv_font_benchmark_montserrat_12_compr_az.c.c287 static lv_font_fmt_txt_dsc_t font_dsc = { variable
313 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dlv_font_benchmark_montserrat_16_compr_az.c.c325 static lv_font_fmt_txt_dsc_t font_dsc = { variable
351 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dlv_font_benchmark_montserrat_28_compr_az.c.c476 static lv_font_fmt_txt_dsc_t font_dsc = { variable
502 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
/lvgl-latest/tests/src/test_assets/
Dtest_font_montserrat_ascii_4bpp.c1625 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
1627 static lv_font_fmt_txt_dsc_t font_dsc = {
1664 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dtest_font_montserrat_ascii_1bpp.c984 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
986 static lv_font_fmt_txt_dsc_t font_dsc = {
1023 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dtest_font_montserrat_ascii_2bpp.c1208 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
1210 static lv_font_fmt_txt_dsc_t font_dsc = {
1247 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dtest_font_montserrat_ascii_3bpp_compressed.c1252 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
1254 static lv_font_fmt_txt_dsc_t font_dsc = {
1293 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
/lvgl-latest/demos/multilang/assets/fonts/
Dfont_multilang_large.c1879 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
1881 static lv_font_fmt_txt_dsc_t font_dsc = {
1918 .dsc = &font_dsc /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
/lvgl-latest/demos/high_res/fonts/
Dfont_lv_demo_high_res_roboto_slab_light_80.c24288 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
24290 static lv_font_fmt_txt_dsc_t font_dsc = {
24329 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_lv_demo_high_res_roboto_slab_regular_20.c2355 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
2357 static lv_font_fmt_txt_dsc_t font_dsc = {
2396 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_lv_demo_high_res_roboto_slab_regular_30.c4095 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
4097 static lv_font_fmt_txt_dsc_t font_dsc = {
4136 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_lv_demo_high_res_roboto_slab_regular_40.c6903 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
6905 static lv_font_fmt_txt_dsc_t font_dsc = {
6944 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_lv_demo_high_res_roboto_slab_regular_45.c8308 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
8310 static lv_font_fmt_txt_dsc_t font_dsc = {
8349 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_lv_demo_high_res_roboto_slab_regular_60.c14118 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
14120 static lv_font_fmt_txt_dsc_t font_dsc = {
14159 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_lv_demo_high_res_roboto_slab_regular_90.c31388 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
31390 static lv_font_fmt_txt_dsc_t font_dsc = {
31429 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_lv_demo_high_res_roboto_slab_light_160.c92425 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
92427 static lv_font_fmt_txt_dsc_t font_dsc = {
92466 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_lv_demo_high_res_roboto_slab_light_180.c116514 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
116516 static lv_font_fmt_txt_dsc_t font_dsc = {
116555 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */
Dfont_lv_demo_high_res_roboto_slab_light_240.c205253 static const lv_font_fmt_txt_dsc_t font_dsc = { variable
205255 static lv_font_fmt_txt_dsc_t font_dsc = {
205294 .dsc = &font_dsc, /*The custom font data. Will be accessed by `get_glyph_bitmap/dsc` */

1234