Lines Matching refs:height
47 ulong width, height; in video_display_rle8_bitmap() local
54 height = get_unaligned_le32(&bmp->header.height); in video_display_rle8_bitmap()
58 y = height - 1; in video_display_rle8_bitmap()
88 if (y < height) { in video_display_rle8_bitmap()
106 if (y < height) { in video_display_rle8_bitmap()
202 unsigned long width, height, byte_width; in video_bmp_display() local
216 height = get_unaligned_le32(&bmp->header.height); in video_bmp_display()
246 (int)width, (int)height, (int)colours, 1 << bpix); in video_bmp_display()
255 video_splash_align_axis(&y, priv->ysize, height); in video_bmp_display()
260 if ((y + height) > priv->ysize) in video_bmp_display()
261 height = priv->ysize - y; in video_bmp_display()
265 (y + height - 1) * priv->line_length + x * bpix / 8); in video_bmp_display()
291 for (i = 0; i < height; ++i) { in video_bmp_display()
309 for (i = 0; i < height; ++i) { in video_bmp_display()
321 for (i = 0; i < height; ++i) { in video_bmp_display()
334 for (i = 0; i < height; ++i) { in video_bmp_display()