Searched refs:lv_font_fmt_txt_dsc_t (Results 1 – 25 of 37) sorted by relevance
12
/lvgl-3.6.0/src/font/ |
D | lv_font_loader.c | 68 int32_t load_kern(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint8_t format, uint32_t sta… 120 lv_font_fmt_txt_dsc_t * dsc = (lv_font_fmt_txt_dsc_t *)font->dsc; in lv_font_free() 242 static bool load_cmaps_tables(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_cmaps_tables() 309 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() 338 static int32_t load_glyph(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, in load_glyph() 485 lv_font_fmt_txt_dsc_t * font_dsc = (lv_font_fmt_txt_dsc_t *) in lvgl_load_font() 486 lv_mem_alloc(sizeof(lv_font_fmt_txt_dsc_t)); in lvgl_load_font() 488 memset(font_dsc, 0, sizeof(lv_font_fmt_txt_dsc_t)); in lvgl_load_font() 587 int32_t load_kern(lv_fs_file_t * fp, lv_font_fmt_txt_dsc_t * font_dsc, uint8_t format, uint32_t sta… in load_kern()
|
D | lv_font_fmt_txt.c | 83 lv_font_fmt_txt_dsc_t * fdsc = (lv_font_fmt_txt_dsc_t *)font->dsc; in lv_font_get_bitmap_fmt_txt() 156 lv_font_fmt_txt_dsc_t * fdsc = (lv_font_fmt_txt_dsc_t *)font->dsc; in lv_font_get_glyph_dsc_fmt_txt() 213 lv_font_fmt_txt_dsc_t * fdsc = (lv_font_fmt_txt_dsc_t *)font->dsc; in get_glyph_dsc_id() 272 lv_font_fmt_txt_dsc_t * fdsc = (lv_font_fmt_txt_dsc_t *)font->dsc; in get_kern_value()
|
D | lv_font_fmt_txt.h | 198 } lv_font_fmt_txt_dsc_t; typedef
|
D | lv_font_unscii_16.c | 606 static const lv_font_fmt_txt_dsc_t font_dsc = { 608 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_unscii_8.c | 442 static const lv_font_fmt_txt_dsc_t font_dsc = { 444 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_28.c | 5104 static const lv_font_fmt_txt_dsc_t font_dsc = { 5106 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_10.c | 1617 static const lv_font_fmt_txt_dsc_t font_dsc = { 1619 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_30.c | 5686 static const lv_font_fmt_txt_dsc_t font_dsc = { 5688 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_12_subpx.c | 3819 static const lv_font_fmt_txt_dsc_t font_dsc = { 3821 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_32.c | 6175 static const lv_font_fmt_txt_dsc_t font_dsc = { 6177 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_14.c | 2154 static const lv_font_fmt_txt_dsc_t font_dsc = { 2156 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_16.c | 2423 static const lv_font_fmt_txt_dsc_t font_dsc = { 2425 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_34.c | 6974 static const lv_font_fmt_txt_dsc_t font_dsc = { 6976 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_20.c | 3180 static const lv_font_fmt_txt_dsc_t font_dsc = { 3182 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_36.c | 7618 static const lv_font_fmt_txt_dsc_t font_dsc = { 7620 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_24.c | 4020 static const lv_font_fmt_txt_dsc_t font_dsc = { 4022 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_38.c | 8363 static const lv_font_fmt_txt_dsc_t font_dsc = { 8365 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_40.c | 9211 static const lv_font_fmt_txt_dsc_t font_dsc = { 9213 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_22.c | 3609 static const lv_font_fmt_txt_dsc_t font_dsc = { 3611 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_42.c | 10053 static const lv_font_fmt_txt_dsc_t font_dsc = { 10055 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_montserrat_28_compressed.c | 3234 static const lv_font_fmt_txt_dsc_t font_dsc = { 3236 static lv_font_fmt_txt_dsc_t font_dsc = {
|
/lvgl-3.6.0/tests/src/test_cases/ |
D | test_font_loader.c | 88 lv_font_fmt_txt_dsc_t * dsc1 = (lv_font_fmt_txt_dsc_t *)f1->dsc; in compare_fonts() 89 lv_font_fmt_txt_dsc_t * dsc2 = (lv_font_fmt_txt_dsc_t *)f2->dsc; in compare_fonts()
|
/lvgl-3.6.0/demos/benchmark/assets/ |
D | lv_font_bechmark_montserrat_12_compr_az.c.c | 287 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_bechmark_montserrat_16_compr_az.c.c | 325 static lv_font_fmt_txt_dsc_t font_dsc = {
|
D | lv_font_bechmark_montserrat_28_compr_az.c.c | 476 static lv_font_fmt_txt_dsc_t font_dsc = {
|
12