Searched refs:cuttop (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;
219 for (cuttop = 0; cuttop < glyph->bitmap.rows; cuttop++)
222 if (glyph->bitmap.buffer[j / 8 + cuttop * glyph->bitmap.pitch]
239 if (cutbottom + cuttop >= glyph->bitmap.rows)
266 height = glyph->bitmap.rows - cutbottom - cuttop;
281 glyph_info->y_ofs = glyph->bitmap_top - height - cuttop;
298 for (j = cuttop;
[all...]

Completed in 23 milliseconds