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

/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c1130 signed above_rightx, above_righty; local
1177 above_rightx = main_glyph->offset_x + main_glyph->width;
1211 do_blit (combining_glyphs[i], above_rightx, -above_righty);
1212 above_rightx += combining_glyphs[i]->width;
1216 do_blit (combining_glyphs[i], above_rightx,
1218 above_rightx += combining_glyphs[i]->width;
1348 add_device_width ((above_rightx >
1349 below_rightx ? above_rightx : below_rightx) -

Completed in 17 milliseconds