Searched refs:SrcY (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaGraphicsOutput.c264 UINTN SrcY; local
342 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY) && BltBuffer; SrcY++, DstY++) {
344 Offset = (SrcY * Private->ModeData[CurrentMode].HorizontalResolution) + SourceX;
389 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
405 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]
H A DVBoxVgaUgaDraw.c163 UINTN SrcY; local
236 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
238 Offset = (SrcY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + SourceX;
282 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
297 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430GraphicsOutput.c231 UINTN SrcY; local
306 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
308 Offset = (SrcY * Private->ModeData[CurrentMode].HorizontalResolution) + SourceX;
413 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
439 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]
H A DCirrusLogic5430UgaDraw.c128 UINTN SrcY; local
201 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
203 Offset = (SrcY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + SourceX;
308 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
334 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c431 UINTN SrcY; local
469 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
471 Offset = (SrcY * mBltLibWidthInPixels) + SourceX;
575 UINTN SrcY; local
610 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
617 BltMemSrc = (VOID *) ((UINT8 *) BltBuffer + (SrcY * Delta));
623 (SrcY * Delt
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2226 UINTN SrcY; local
2301 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
2306 VbeBuffer = ((UINT8 *) VbeFrameBuffer + (SrcY * BytesPerScanLine + SourceX * VbePixelWidth));
2323 SrcY = SourceY + Index;
2326 SrcY = SourceY + Height - Index - 1;
2331 VbeBuffer1 = ((UINT8 *) VbeFrameBuffer + SrcY * BytesPerScanLine + SourceX * VbePixelWidth);
2404 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY
[all...]

Completed in 55 milliseconds