/lvgl-latest/src/libs/freetype/ |
D | lv_freetype_image.c | 170 FT_BitmapGlyph glyph_bitmap = (FT_BitmapGlyph)glyph; in freetype_image_create_cb() local 172 uint16_t box_h = glyph_bitmap->bitmap.rows; /*Height of the bitmap in [px]*/ in freetype_image_create_cb() 173 uint16_t box_w = glyph_bitmap->bitmap.width; /*Width of the bitmap in [px]*/ in freetype_image_create_cb() 176 if(glyph_bitmap->bitmap.pixel_mode == FT_PIXEL_MODE_BGRA) { in freetype_image_create_cb() 182 uint32_t pitch = glyph_bitmap->bitmap.pitch; in freetype_image_create_cb() 187 … lv_memcpy((uint8_t *)(data->draw_buf->data) + y * stride, glyph_bitmap->bitmap.buffer + y * pitch, in freetype_image_create_cb()
|
D | lv_freetype_glyph.c | 188 FT_Bitmap * glyph_bitmap = &face->glyph->bitmap; in freetype_glyph_create_cb() local 191 … dsc_out->box_h = glyph_bitmap->rows; /*Height of the bitmap in [px]*/ in freetype_glyph_create_cb() 192 dsc_out->box_w = glyph_bitmap->width; /*Width of the bitmap in [px]*/ in freetype_glyph_create_cb()
|
/lvgl-latest/demos/ebike/generated/ |
D | font_ebike_130.c | 32 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 2751 .glyph_bitmap = glyph_bitmap,
|
D | font_ebike_56.c | 32 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 659 .glyph_bitmap = glyph_bitmap,
|
D | font_ebike_trump_48.c | 32 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 3192 .glyph_bitmap = glyph_bitmap,
|
D | font_ebike_trump_72.c | 32 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 5966 .glyph_bitmap = glyph_bitmap,
|
/lvgl-latest/demos/benchmark/assets/ |
D | lv_font_benchmark_montserrat_12_compr_az.c.c | 22 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 288 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_benchmark_montserrat_16_compr_az.c.c | 22 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 326 .glyph_bitmap = glyph_bitmap,
|
D | lv_font_benchmark_montserrat_28_compr_az.c.c | 23 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 477 .glyph_bitmap = glyph_bitmap,
|
/lvgl-latest/src/font/ |
D | lv_font_fmt_txt.h | 154 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,
|
/lvgl-latest/tests/src/test_assets/ |
D | test_font_montserrat_ascii_4bpp.c | 21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 1629 .glyph_bitmap = glyph_bitmap,
|
D | test_font_3.c | 21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 919 .glyph_bitmap = glyph_bitmap,
|
D | test_font_montserrat_ascii_1bpp.c | 21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 988 .glyph_bitmap = glyph_bitmap,
|
D | test_font_montserrat_ascii_2bpp.c | 21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 1212 .glyph_bitmap = glyph_bitmap,
|
D | test_font_montserrat_ascii_3bpp_compressed.c | 21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 1256 .glyph_bitmap = glyph_bitmap,
|
/lvgl-latest/demos/multilang/assets/fonts/ |
D | font_multilang_large.c | 20 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 1883 .glyph_bitmap = glyph_bitmap,
|
/lvgl-latest/demos/high_res/fonts/ |
D | font_lv_demo_high_res_roboto_slab_light_80.c | 16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 24292 .glyph_bitmap = glyph_bitmap,
|
D | font_lv_demo_high_res_roboto_slab_regular_20.c | 16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 2359 .glyph_bitmap = glyph_bitmap,
|
D | font_lv_demo_high_res_roboto_slab_regular_30.c | 16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 4099 .glyph_bitmap = glyph_bitmap,
|
D | font_lv_demo_high_res_roboto_slab_regular_40.c | 16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 6907 .glyph_bitmap = glyph_bitmap,
|
D | font_lv_demo_high_res_roboto_slab_regular_45.c | 16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 8312 .glyph_bitmap = glyph_bitmap,
|
D | font_lv_demo_high_res_roboto_slab_regular_60.c | 16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 14122 .glyph_bitmap = glyph_bitmap,
|
D | font_lv_demo_high_res_roboto_slab_regular_90.c | 16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable 31392 .glyph_bitmap = glyph_bitmap,
|