Searched refs:glyph_bitmap (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c1498 struct grub_video_bitmap glyph_bitmap; local
1504 glyph_bitmap.mode_info.width = glyph->width;
1505 glyph_bitmap.mode_info.height = glyph->height;
1506 glyph_bitmap.mode_info.mode_type
1508 glyph_bitmap.mode_info.blit_format = GRUB_VIDEO_BLIT_FORMAT_1BIT_PACKED;
1509 glyph_bitmap.mode_info.bpp = 1;
1512 glyph_bitmap.mode_info.bytes_per_pixel = 0;
1515 glyph_bitmap.mode_info.pitch = glyph->width;
1517 glyph_bitmap.mode_info.number_of_colors = 2;
1518 glyph_bitmap
[all...]

Completed in 23 milliseconds