Home
last modified time | relevance | path

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

12

/lvgl-latest/src/extra/libs/freetype/
Dlv_freetype.c315 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()
321glyph_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/
Dlv_font_fmt_txt.h162 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,
Dlv_font_montserrat_20.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
3181 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_22.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
3610 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_24.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
4021 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_26.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
4556 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_28.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
5105 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_28_compressed.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
3235 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_32.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
6176 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_34.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
6975 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_36.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
7619 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_42.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
10054 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_48.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
12533 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_8.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
1404 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_10.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
1618 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_12.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
1879 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_12_subpx.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
3820 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_14.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
2155 .glyph_bitmap = glyph_bitmap,
Dlv_font_montserrat_16.c24 static LV_ATTRIBUTE_LARGE_CONST const uint8_t glyph_bitmap[] = { variable
2424 .glyph_bitmap = glyph_bitmap,
/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c199 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/
Dlv_font_bechmark_montserrat_12_compr_az.c.c288 .glyph_bitmap = gylph_bitmap,
Dlv_font_bechmark_montserrat_16_compr_az.c.c326 .glyph_bitmap = gylph_bitmap,
Dlv_font_bechmark_montserrat_28_compr_az.c.c477 .glyph_bitmap = gylph_bitmap,

12