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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c845 INTN DestX; local
1005 DestX = CoordinateX;
1010 DestX = (SizeOfX - Width) / 2;
1015 DestX = (SizeOfX - Width - CoordinateX);
1020 DestX = (SizeOfX - Width - CoordinateX);
1025 DestX = (SizeOfX - Width - CoordinateX);
1030 DestX = (SizeOfX - Width) / 2;
1035 DestX = CoordinateX;
1040 DestX = CoordinateX;
1045 DestX
[all...]

Completed in 34 milliseconds