Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c
r99464 r108794 141 141 UINT16 *DestinationPixel16bit; 142 142 143 UINT 32SourcePixelY;144 UINT 32DestinationPixelY;145 UINTN 146 UINTN 143 UINTN SourcePixelY; 144 UINTN DestinationPixelY; 145 UINTN SizeIn32Bits; 146 UINTN SizeIn16Bits; 147 147 148 148 Status = EFI_SUCCESS; … … 272 272 UINT16 *DestinationPixel16bit; 273 273 UINT16 Pixel16bit; 274 UINT 32DestinationPixelX;275 UINT 32DestinationLine;274 UINTN DestinationPixelX; 275 UINTN DestinationLine; 276 276 UINTN WidthInBytes; 277 277 … … 421 421 UINT16 *SourcePixel16bit; 422 422 UINT16 Pixel16bit; 423 UINT 32SourcePixelX;424 UINT 32SourceLine;425 UINT 32DestinationPixelX;426 UINT 32DestinationLine;427 UINT 32BltBufferHorizontalResolution;423 UINTN SourcePixelX; 424 UINTN SourceLine; 425 UINTN DestinationPixelX; 426 UINTN DestinationLine; 427 UINTN BltBufferHorizontalResolution; 428 428 UINTN WidthInBytes; 429 429 … … 584 584 VOID *DestinationAddr; 585 585 UINT16 *DestinationPixel16bit; 586 UINT 32SourcePixelX;587 UINT 32SourceLine;588 UINT 32DestinationPixelX;589 UINT 32DestinationLine;590 UINT 32BltBufferHorizontalResolution;586 UINTN SourcePixelX; 587 UINTN SourceLine; 588 UINTN DestinationPixelX; 589 UINTN DestinationLine; 590 UINTN BltBufferHorizontalResolution; 591 591 UINTN WidthInBytes; 592 592
Note:
See TracChangeset
for help on using the changeset viewer.