Lines Matching defs:height
62 unsigned int height;
67 .height = 480,
72 .height = 720,
77 .height = 1080,
82 .height = 1440,
88 .height = 2160,
93 .height = 2880,
709 efi_get_max_resolution(int *width, int *height)
716 *width = *height = 0;
726 *height = res->height;
743 *height = (int)strtol(height_start, NULL, 0);
755 int height, max_height, max_width, width;
765 height = info->VerticalResolution;
766 currdim = width * height;
769 (max_height != 0 && height > max_height))
901 printf(" %dx%d", rp->width, rp->height);