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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c174 int cuttop, cutbottom, cutleft, cutright; local
216 cuttop = cutbottom = cutleft = cutright = 0;
251 for (cutright = glyph->bitmap.width - 1; cutright >= 0; cutright--)
254 if (glyph->bitmap.buffer[cutright / 8 + j * glyph->bitmap.pitch]
255 & (1 << (7 - (cutright & 7))))
260 cutright = glyph->bitmap.width - 1 - cutright;
261 if (cutright
[all...]

Completed in 32 milliseconds