Home
last modified time | relevance | path

Searched refs:glyph_bitmap (Results 1 – 25 of 81) sorted by relevance

1234

/lvgl-latest/src/libs/freetype/
Dlv_freetype_image.c170 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()
Dlv_freetype_glyph.c188 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/
Dfont_ebike_130.c32 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
2751 .glyph_bitmap = glyph_bitmap,
Dfont_ebike_56.c32 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
659 .glyph_bitmap = glyph_bitmap,
Dfont_ebike_trump_48.c32 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
3192 .glyph_bitmap = glyph_bitmap,
Dfont_ebike_trump_72.c32 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
5966 .glyph_bitmap = glyph_bitmap,
/lvgl-latest/demos/benchmark/assets/
Dlv_font_benchmark_montserrat_12_compr_az.c.c22 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
288 .glyph_bitmap = glyph_bitmap,
Dlv_font_benchmark_montserrat_16_compr_az.c.c22 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
326 .glyph_bitmap = glyph_bitmap,
Dlv_font_benchmark_montserrat_28_compr_az.c.c23 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
477 .glyph_bitmap = glyph_bitmap,
/lvgl-latest/src/font/
Dlv_font_fmt_txt.h154 const uint8_t * glyph_bitmap; member
Dlv_font_unscii_16.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
605 .glyph_bitmap = glyph_bitmap,
Dlv_font_unscii_8.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
441 .glyph_bitmap = glyph_bitmap,
/lvgl-latest/tests/src/test_assets/
Dtest_font_montserrat_ascii_4bpp.c21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
1629 .glyph_bitmap = glyph_bitmap,
Dtest_font_3.c21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
919 .glyph_bitmap = glyph_bitmap,
Dtest_font_montserrat_ascii_1bpp.c21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
988 .glyph_bitmap = glyph_bitmap,
Dtest_font_montserrat_ascii_2bpp.c21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
1212 .glyph_bitmap = glyph_bitmap,
Dtest_font_montserrat_ascii_3bpp_compressed.c21 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
1256 .glyph_bitmap = glyph_bitmap,
/lvgl-latest/demos/multilang/assets/fonts/
Dfont_multilang_large.c20 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
1883 .glyph_bitmap = glyph_bitmap,
/lvgl-latest/demos/high_res/fonts/
Dfont_lv_demo_high_res_roboto_slab_light_80.c16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
24292 .glyph_bitmap = glyph_bitmap,
Dfont_lv_demo_high_res_roboto_slab_regular_20.c16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
2359 .glyph_bitmap = glyph_bitmap,
Dfont_lv_demo_high_res_roboto_slab_regular_30.c16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
4099 .glyph_bitmap = glyph_bitmap,
Dfont_lv_demo_high_res_roboto_slab_regular_40.c16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
6907 .glyph_bitmap = glyph_bitmap,
Dfont_lv_demo_high_res_roboto_slab_regular_45.c16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
8312 .glyph_bitmap = glyph_bitmap,
Dfont_lv_demo_high_res_roboto_slab_regular_60.c16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
14122 .glyph_bitmap = glyph_bitmap,
Dfont_lv_demo_high_res_roboto_slab_regular_90.c16 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
31392 .glyph_bitmap = glyph_bitmap,

1234