Lines Matching refs:height

151 	  ascii_font_glyph[current]->height = 16;
186 unknown_glyph->height = 16;
196 null_font.ascent = unknown_glyph->height - 3;
199 null_font.max_char_height = unknown_glyph->height;
720 grub_uint16_t height;
740 /* Read the glyph width, height, and baseline. */
742 || read_be_uint16 (font->file, &height) != 0
751 len = (width * height + 7) / 8;
761 glyph->height = height;
887 /* Get the maximum height of any character in the font in pixels. */
919 in the *height* metric. */
1046 ret = grub_malloc (sizeof (*ret) + (glyph->width * glyph->height + 7) / 8);
1050 + (glyph->width * glyph->height + 7) / 8);
1061 for (i = 0; i < src->height; i++)
1095 for (i = 0; i < src->height; i++)
1141 (glyph->height + glyph->offset_y) + dy);
1147 if (bounds.y > -src->height - dy)
1149 bounds.height += bounds.y - (-src->height - dy);
1150 bounds.y = (-src->height - dy);
1154 if ((signed) bounds.height < src->height + (-src->height - dy) - bounds.y)
1155 bounds.height = src->height + (-src->height - dy) - bounds.y;
1175 bounds.height = main_glyph->height;
1178 above_righty = bounds.y + bounds.height;
1181 above_lefty = bounds.y + bounds.height;
1204 (bounds.height - combining_glyphs[i]->height) / 2
1205 - (bounds.height + bounds.y));
1217 -(above_righty + combining_glyphs[i]->height));
1224 -(above_lefty + combining_glyphs[i]->height));
1253 -(main_glyph->height + main_glyph->offset_y + space
1254 + combining_glyphs[i]->height));
1278 -(bounds.height + bounds.y + space
1279 + combining_glyphs[i]->height));
1305 + combining_glyphs[i]->height);
1342 -(combining_glyphs[i]->height
1461 grub_zalloc (sizeof (*glyph) + (bounds.width * bounds.height + 7) / 8);
1470 glyph->height = bounds.height;
1477 (glyph->height + glyph->offset_y)
1478 - (main_glyph->height +
1483 (glyph->height + glyph->offset_y)
1484 - (main_glyph->height + main_glyph->offset_y));
1501 if (glyph->width == 0 || glyph->height == 0)
1505 glyph_bitmap.mode_info.height = glyph->height;
1531 int bitmap_top = bitmap_bottom - glyph->height;
1535 0, 0, glyph->width, glyph->height);