Searched defs:grub_unicode_glyph (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dunicode.h136 struct grub_unicode_glyph struct
226 struct grub_unicode_glyph **visual_out,
227 grub_ssize_t (*getcharwidth) (const struct grub_unicode_glyph *visual),
235 struct grub_unicode_glyph *out);
237 static inline struct grub_unicode_glyph *
238 grub_unicode_glyph_dup (const struct grub_unicode_glyph *in)
240 struct grub_unicode_glyph *out = grub_malloc (sizeof (*out));
257 static inline struct grub_unicode_glyph *
260 struct grub_unicode_glyph *ret;

Completed in 50 milliseconds