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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c59 int x_ofs; member in struct:grub_glyph_info
280 glyph_info->x_ofs = glyph->bitmap_left + cutleft;
745 glyph->width, glyph->height, glyph->x_ofs, glyph->y_ofs,
748 xmax = glyph->x_ofs + glyph->width;
752 xmin = glyph->x_ofs;
773 if ((x >= glyph->x_ofs) &&
774 (x < glyph->x_ofs + glyph->width) &&
987 data = grub_cpu_to_be16 (cur->x_ofs);

Completed in 759 milliseconds