Home | History | Annotate | Download | only in BltLibSample

Lines Matching defs:Height

81   UINTN                          Height;

83 BltLibGetSizes (&Width, &Height);
86 H = Height - (Rand32 () % Height);
92 if (H != Height) {
93 Y = Rand32 () % (Height - H);
112 UINTN Height;
114 BltLibGetSizes (&Width, &Height);
117 for (Y = 0; Y < Height; Y++) {
120 Color.Green = (UINT8) ((Y * 0x100) / Height);
121 Color.Blue = (UINT8) ((Y * 0x100) / Height);
214 DEBUG ((EFI_D_INFO, "Triangle Width: %d; Height: %d\n", TriWidth, TriHeight));