Home
last modified time | relevance | path

Searched refs:lv_font_fmt_txt_cmap_t (Results 1 – 25 of 78) sorted by relevance

1234

/lvgl-latest/src/font/
Dlv_font_fmt_txt.h109 } lv_font_fmt_txt_cmap_t; typedef
161 const lv_font_fmt_txt_cmap_t * cmaps;
Dlv_binfont_loader.c142 const lv_font_fmt_txt_cmap_t * cmaps = dsc->cmaps; in lv_binfont_destroy()
231 lv_font_fmt_txt_cmap_t * cmap = (lv_font_fmt_txt_cmap_t *) & (font_dsc->cmaps[i]); in load_cmaps_tables()
297 lv_font_fmt_txt_cmap_t * cmaps = in load_cmaps()
298 lv_malloc(cmaps_subtables_count * sizeof(lv_font_fmt_txt_cmap_t)); in load_cmaps()
300 lv_memset(cmaps, 0, cmaps_subtables_count * sizeof(lv_font_fmt_txt_cmap_t)); in load_cmaps()
Dlv_font_unscii_16.c587 static const lv_font_fmt_txt_cmap_t cmaps[] = {
Dlv_font_unscii_8.c423 static const lv_font_fmt_txt_cmap_t cmaps[] = {
/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c206 lv_font_fmt_txt_cmap_t * cmaps1 = (lv_font_fmt_txt_cmap_t *)&dsc1->cmaps[i]; in compare_fonts()
207 lv_font_fmt_txt_cmap_t * cmaps2 = (lv_font_fmt_txt_cmap_t *)&dsc2->cmaps[i]; in compare_fonts()
/lvgl-latest/demos/ebike/generated/
Dfont_ebike_130.c2704 static const lv_font_fmt_txt_cmap_t cmaps[] = {
Dfont_ebike_56.c610 static const lv_font_fmt_txt_cmap_t cmaps[] = {
Dfont_ebike_trump_48.c2704 static const lv_font_fmt_txt_cmap_t cmaps[] = {
Dfont_ebike_trump_72.c5478 static const lv_font_fmt_txt_cmap_t cmaps[] = {
/lvgl-latest/demos/benchmark/assets/
Dlv_font_benchmark_montserrat_12_compr_az.c.c211 static const lv_font_fmt_txt_cmap_t cmaps[] =
Dlv_font_benchmark_montserrat_16_compr_az.c.c249 static const lv_font_fmt_txt_cmap_t cmaps[] =
Dlv_font_benchmark_montserrat_28_compr_az.c.c400 static const lv_font_fmt_txt_cmap_t cmaps[] =
/lvgl-latest/tests/src/test_assets/
Dtest_font_montserrat_ascii_4bpp.c1202 static const lv_font_fmt_txt_cmap_t cmaps[] = {
Dtest_font_3.c906 static const lv_font_fmt_txt_cmap_t cmaps[] = {
Dtest_font_montserrat_ascii_1bpp.c561 static const lv_font_fmt_txt_cmap_t cmaps[] = {
Dtest_font_montserrat_ascii_2bpp.c785 static const lv_font_fmt_txt_cmap_t cmaps[] = {
Dtest_font_montserrat_ascii_3bpp_compressed.c824 static const lv_font_fmt_txt_cmap_t cmaps[] = {
/lvgl-latest/demos/multilang/assets/fonts/
Dfont_multilang_large.c1441 static const lv_font_fmt_txt_cmap_t cmaps[] = {
/lvgl-latest/demos/high_res/fonts/
Dfont_lv_demo_high_res_roboto_slab_light_80.c23548 static const lv_font_fmt_txt_cmap_t cmaps[] =
Dfont_lv_demo_high_res_roboto_slab_regular_20.c2073 static const lv_font_fmt_txt_cmap_t cmaps[] =
Dfont_lv_demo_high_res_roboto_slab_regular_30.c3813 static const lv_font_fmt_txt_cmap_t cmaps[] =
Dfont_lv_demo_high_res_roboto_slab_regular_40.c6621 static const lv_font_fmt_txt_cmap_t cmaps[] =
Dfont_lv_demo_high_res_roboto_slab_regular_45.c8026 static const lv_font_fmt_txt_cmap_t cmaps[] =
Dfont_lv_demo_high_res_roboto_slab_regular_60.c13836 static const lv_font_fmt_txt_cmap_t cmaps[] =
Dfont_lv_demo_high_res_roboto_slab_regular_90.c31106 static const lv_font_fmt_txt_cmap_t cmaps[] =

1234