Home
last modified time | relevance | path

Searched refs:lv_font_fmt_txt_glyph_dsc_t (Results 1 – 25 of 37) sorted by relevance

12

/lvgl-latest/src/font/
Dlv_font_fmt_txt.h46 } lv_font_fmt_txt_glyph_dsc_t; typedef
165 const lv_font_fmt_txt_glyph_dsc_t * glyph_dsc;
Dlv_font_loader.c346 lv_font_fmt_txt_glyph_dsc_t * glyph_dsc = (lv_font_fmt_txt_glyph_dsc_t *) in load_glyph()
347 … lv_mem_alloc(loca_count * sizeof(lv_font_fmt_txt_glyph_dsc_t)); in load_glyph()
349 memset(glyph_dsc, 0, loca_count * sizeof(lv_font_fmt_txt_glyph_dsc_t)); in load_glyph()
356 lv_font_fmt_txt_glyph_dsc_t * gdsc = &glyph_dsc[i]; in load_glyph()
Dlv_font_fmt_txt.c87 const lv_font_fmt_txt_glyph_dsc_t * gdsc = &fdsc->glyph_dsc[gid]; in lv_font_get_bitmap_fmt_txt()
169 const lv_font_fmt_txt_glyph_dsc_t * gdsc = &fdsc->glyph_dsc[gid]; in lv_font_get_glyph_dsc_fmt_txt()
Dlv_font_unscii_16.c482 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_unscii_8.c318 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_20.c2543 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_22.c2972 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_24.c3383 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_26.c3918 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_28.c4467 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_28_compressed.c2597 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_32.c5538 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_34.c6337 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_36.c6981 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_42.c9416 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_48.c11895 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_8.c766 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_montserrat_10.c980 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c190 lv_font_fmt_txt_glyph_dsc_t * glyph_dsc1 = (lv_font_fmt_txt_glyph_dsc_t *)dsc1->glyph_dsc; in compare_fonts()
191 lv_font_fmt_txt_glyph_dsc_t * glyph_dsc2 = (lv_font_fmt_txt_glyph_dsc_t *)dsc2->glyph_dsc; in compare_fonts()
/lvgl-latest/demos/benchmark/assets/
Dlv_font_bechmark_montserrat_12_compr_az.c.c173 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_bechmark_montserrat_16_compr_az.c.c211 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dlv_font_bechmark_montserrat_28_compr_az.c.c362 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
/lvgl-latest/tests/src/test_fonts/
Dfont_3.c802 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dfont_1.c717 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {
Dfont_2.c747 static const lv_font_fmt_txt_glyph_dsc_t glyph_dsc[] = {

12