/lvgl-latest/src/extra/libs/freetype/ |
D | lv_freetype.c | 315 FT_BitmapGlyph glyph_bitmap = (FT_BitmapGlyph)image_glyph; in get_glyph_dsc_cb_cache() local 316 dsc_out->adv_w = (glyph_bitmap->root.advance.x >> 16); in get_glyph_dsc_cb_cache() 317 dsc_out->box_h = glyph_bitmap->bitmap.rows; /*Height of the bitmap in [px]*/ in get_glyph_dsc_cb_cache() 318 dsc_out->box_w = glyph_bitmap->bitmap.width; /*Width of the bitmap in [px]*/ in get_glyph_dsc_cb_cache() 319 dsc_out->ofs_x = glyph_bitmap->left; /*X offset of the bitmap in [pf]*/ in get_glyph_dsc_cb_cache() 320 dsc_out->ofs_y = glyph_bitmap->top - in get_glyph_dsc_cb_cache() 321 … glyph_bitmap->bitmap.rows; /*Y offset of the bitmap measured from the as line*/ in get_glyph_dsc_cb_cache() 348 FT_BitmapGlyph glyph_bitmap = (FT_BitmapGlyph)image_glyph; in get_glyph_bitmap_cb_cache() local 349 return (const uint8_t *)glyph_bitmap->bitmap.buffer; in get_glyph_bitmap_cb_cache()
|
/lvgl-latest/src/font/ |
D | lv_font_fmt_txt.h | 162 const uint8_t * glyph_bitmap; member
|
D | lv_font_unscii_16.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 605 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_unscii_8.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 441 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_20.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 3181 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_22.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 3610 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_24.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 4021 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_26.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 4556 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_28.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 5105 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_28_compressed.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 3235 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_32.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 6176 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_34.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 6975 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_36.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 7619 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_42.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 10054 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_48.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 12533 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_8.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 1404 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_10.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 1618 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_12.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 1879 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_12_subpx.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 3820 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_14.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 2155 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_montserrat_16.c | 24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 2424 .glyph_bitmap = glyph_bitmap,
|
/lvgl-latest/tests/src/test_cases/ |
D | test_font_loader.c | 199 dsc1->glyph_bitmap + glyph_dsc1[i].bitmap_index, in compare_fonts() 200 dsc2->glyph_bitmap + glyph_dsc2[i].bitmap_index, in compare_fonts()
|
/lvgl-latest/demos/benchmark/assets/ |
D | lv_font_bechmark_montserrat_12_compr_az.c.c | 288 .glyph_bitmap = gylph_bitmap,
|
D | lv_font_bechmark_montserrat_16_compr_az.c.c | 326 .glyph_bitmap = gylph_bitmap,
|
D | lv_font_bechmark_montserrat_28_compr_az.c.c | 477 .glyph_bitmap = gylph_bitmap,
|