Searched defs:Y2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Application/BltLibSample/
H A DBltLibSample.c189 UINTN Y1, Y2; local
219 Y2 = (ScreenHeight - TriHeight) / 2;
220 Y1 = Y2 + TriHeight - 1;
222 for (Y = Y2; Y <= Y1; Y++) {
225 MultU64x32 (11547005, (UINT32) (Y - Y2)),
232 ColorDist = Uint32Dist((X < X2) ? X2 - X : X - X2, Y - Y2);

Completed in 50 milliseconds