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

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430GraphicsOutput.c239 UINT32 CurrentMode; local
266 CurrentMode = This->Mode->Mode;
275 if (SourceY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
279 if (SourceX + Width > Private->ModeData[CurrentMode].HorizontalResolution) {
286 if (DestinationY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
290 if (DestinationX + Width > Private->ModeData[CurrentMode].HorizontalResolution) {
308 Offset = (SrcY * Private->ModeData[CurrentMode].HorizontalResolution) + SourceX;
343 ScreenWidth = Private->ModeData[CurrentMode].HorizontalResolution;
344 SourceOffset = (SourceY * Private->ModeData[CurrentMode].HorizontalResolution) + (SourceX);
345 Offset = (DestinationY * Private->ModeData[CurrentMode]
[all...]
H A DCirrusLogic5430.h101 UINTN CurrentMode; member in struct:__anon12602
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaGraphicsOutput.c213 Private->CurrentMode = ModeNumber;
270 UINT32 CurrentMode; local
302 CurrentMode = This->Mode->Mode;
311 if (SourceY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
315 if (SourceX + Width > Private->ModeData[CurrentMode].HorizontalResolution) {
322 if (DestinationY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
326 if (DestinationX + Width > Private->ModeData[CurrentMode].HorizontalResolution) {
344 Offset = (SrcY * Private->ModeData[CurrentMode].HorizontalResolution) + SourceX;
366 ScreenWidth = Private->ModeData[CurrentMode].HorizontalResolution;
367 ScreenHeight = Private->ModeData[CurrentMode]
[all...]
H A DVBoxVga.h111 UINTN CurrentMode; member in struct:__anon13136
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DQemu.h96 UINTN CurrentMode; member in struct:__anon12630
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseXApicX2ApicLib/
H A DBaseXApicX2ApicLib.c205 UINTN CurrentMode; local
208 CurrentMode = GetApicMode ();
209 if (CurrentMode == LOCAL_APIC_MODE_XAPIC) {
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.h110 UINTN CurrentMode; member in struct:__anon10412
H A DBiosVideo.c2740 UINTN CurrentMode; local
2748 CurrentMode = This->Mode->Mode;
2750 MemAddress = BiosVideoPrivate->ModeData[CurrentMode].LinearFrameBuffer;
2751 BytesPerScanLine = BiosVideoPrivate->ModeData[CurrentMode].BytesPerScanLine >> 3;
2767 if (SourceY + Height > BiosVideoPrivate->ModeData[CurrentMode].VerticalResolution) {
2771 if (SourceX + Width > BiosVideoPrivate->ModeData[CurrentMode].HorizontalResolution) {
2778 if (DestinationY + Height > BiosVideoPrivate->ModeData[CurrentMode].VerticalResolution) {
2782 if (DestinationX + Width > BiosVideoPrivate->ModeData[CurrentMode].HorizontalResolution) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c1874 EFI_SIMPLE_TEXT_OUTPUT_MODE *CurrentMode; local
1885 CurrentMode = This->Mode;
1887 if (!CurrentMode->CursorVisible) {
1901 GlyphX = (CurrentMode->CursorColumn * EFI_GLYPH_WIDTH) + Private->ModeData[CurrentMode->Mode].DeltaX;
1902 GlyphY = (CurrentMode->CursorRow * EFI_GLYPH_HEIGHT) + Private->ModeData[CurrentMode->Mode].DeltaY;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPDevExt.h87 ULONG CurrentMode; /* Saved information about video modes */ member in struct:_VBOXMP_DEVEXT
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c2235 @param CurrentMode IN: Current text mode, OUT: Updated current text mode.
2245 IN OUT INT32 *CurrentMode
2266 Mode = *CurrentMode;
2274 if (Index == *CurrentMode) {
2276 } else if (Index < *CurrentMode) {
2293 *CurrentMode = Mode;
4313 UINTN CurrentMode; local
4335 CurrentMode = (UINTN)(*TextOutModeMap);
4336 *Columns = Private->TextOutQueryData[CurrentMode].Columns;
4337 *Rows = Private->TextOutQueryData[CurrentMode]
4559 INT32 CurrentMode; local
[all...]

Completed in 73 milliseconds