Lines Matching refs:Height

49   UINT16                         Height;
109 BITMAP_LEN_1_BIT (Iibt1bit.Bitmap.Width, Iibt1bit.Bitmap.Height);
117 BITMAP_LEN_4_BIT (Iibt4bit.Bitmap.Width, Iibt4bit.Bitmap.Height);
125 BITMAP_LEN_8_BIT (Iibt8bit.Bitmap.Width, Iibt8bit.Bitmap.Height);
133 &Height,
138 BITMAP_LEN_24_BIT (Width, Height);
296 for (Ypos = 0; Ypos < Image->Height; Ypos++) {
381 for (Ypos = 0; Ypos < Image->Height; Ypos++) {
454 for (Ypos = 0; Ypos < Image->Height; Ypos++) {
494 for (Ypos = 0; Ypos < Image->Height; Ypos++) {
514 @param Height Height of the incoming image, in pixels.
530 IN UINTN Height,
552 if (Height + BltY > ImageOut->Height) {
558 for (Ypos = 0; Ypos < Height; Ypos++) {
650 BITMAP_LEN_24_BIT (ImageIn->Width, ImageIn->Height);
771 CopyMem (NewBlock, &ImageIn->Height, sizeof (UINT16));
773 CopyGopToRgbPixel ((EFI_HII_RGB_PIXEL *) NewBlock, ImageIn->Bitmap, ImageIn->Width * ImageIn->Height);
828 UINT16 Height;
902 (Iibt1bit.Bitmap.Width * Iibt1bit.Bitmap.Height);
912 Image->Height = Iibt1bit.Bitmap.Height;
955 &Height,
959 ImageLength = sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) * (Width * Height);
969 Image->Height = Height;
1025 UINT16 Height;
1096 BITMAP_LEN_1_BIT (Iibt1bit.Bitmap.Width, Iibt1bit.Bitmap.Height);
1102 BITMAP_LEN_4_BIT (Iibt4bit.Bitmap.Width, Iibt4bit.Bitmap.Height);
1108 BITMAP_LEN_8_BIT (Iibt8bit.Bitmap.Width, Iibt8bit.Bitmap.Height);
1114 &Height,
1119 BITMAP_LEN_24_BIT (Width , Height);
1131 BITMAP_LEN_24_BIT (ImageIn->Width, ImageIn->Height);
1147 CopyMem (NewBlockPtr, &ImageIn->Height, sizeof (UINT16));
1150 CopyGopToRgbPixel ((EFI_HII_RGB_PIXEL *) NewBlockPtr, ImageIn->Bitmap, ImageIn->Width * ImageIn->Height);
1193 Height pixels high. The image will be drawn onto
1229 UINTN Height;
1290 // Clip the image by (Width, Height)
1294 Height = ImageIn->Height;
1299 if (Height > (*Blt)->Height - BltY) {
1300 Height = (*Blt)->Height - BltY;
1303 BufferLen = Width * Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL);
1309 if (Width == ImageIn->Width && Height == ImageIn->Height) {
1312 for (Ypos = 0; Ypos < Height; Ypos++) {
1341 Height,
1353 Height,
1368 Height = ImageIn->Height + BltY;
1370 BufferLen = Width * Height * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL);
1382 ImageOut->Height = (UINT16) Height;
1395 for (Index = 0; Index < Width * Height; Index++) {
1409 ImageIn->Height,
1431 Height pixels high. The image will be drawn onto