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

/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
H A DFbGop.h96 UINTN CurrentMode; member in struct:__anon3759
/device/linaro/bootloader/edk2/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:__anon8629
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
H A DBaseXApicX2ApicLib.c342 UINTN CurrentMode; local
352 CurrentMode = GetApicMode ();
353 if (CurrentMode == LOCAL_APIC_MODE_XAPIC) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.h110 UINTN CurrentMode; member in struct:__anon5295
H A DBiosVideo.c2789 UINTN CurrentMode; local
2797 CurrentMode = This->Mode->Mode;
2799 MemAddress = BiosVideoPrivate->ModeData[CurrentMode].LinearFrameBuffer;
2800 BytesPerScanLine = BiosVideoPrivate->ModeData[CurrentMode].BytesPerScanLine >> 3;
2816 if (SourceY + Height > BiosVideoPrivate->ModeData[CurrentMode].VerticalResolution) {
2820 if (SourceX + Width > BiosVideoPrivate->ModeData[CurrentMode].HorizontalResolution) {
2827 if (DestinationY + Height > BiosVideoPrivate->ModeData[CurrentMode].VerticalResolution) {
2831 if (DestinationX + Width > BiosVideoPrivate->ModeData[CurrentMode].HorizontalResolution) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
H A DGraphicsConsole.c1896 EFI_SIMPLE_TEXT_OUTPUT_MODE *CurrentMode; local
1907 CurrentMode = This->Mode;
1909 if (!CurrentMode->CursorVisible) {
1923 GlyphX = (CurrentMode->CursorColumn * EFI_GLYPH_WIDTH) + Private->ModeData[CurrentMode->Mode].DeltaX;
1924 GlyphY = (CurrentMode->CursorRow * EFI_GLYPH_HEIGHT) + Private->ModeData[CurrentMode->Mode].DeltaY;
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
H A DQemu.h116 UINTN CurrentMode; member in struct:__anon8734
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
H A DBiosVideo.c2392 UINTN CurrentMode; local
2396 CurrentMode = This->Mode->Mode;
2398 MemAddress = BiosVideoPrivate->ModeData[CurrentMode].LinearFrameBuffer;
2399 BytesPerScanLine = BiosVideoPrivate->ModeData[CurrentMode].BytesPerScanLine >> 3;
2400 //BytesPerBitPlane = BytesPerScanLine * BiosVideoPrivate->ModeData[CurrentMode].VerticalResolution;
2419 if (SourceY + Height > BiosVideoPrivate->ModeData[CurrentMode].VerticalResolution) {
2423 if (SourceX + Width > BiosVideoPrivate->ModeData[CurrentMode].HorizontalResolution) {
2430 if (DestinationY + Height > BiosVideoPrivate->ModeData[CurrentMode].VerticalResolution) {
2434 if (DestinationX + Width > BiosVideoPrivate->ModeData[CurrentMode].HorizontalResolution) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitter.c2270 @param CurrentMode IN: Current text mode, OUT: Updated current text mode.
2280 IN OUT INT32 *CurrentMode
2301 Mode = *CurrentMode;
2309 if (Index == *CurrentMode) {
2311 } else if (Index < *CurrentMode) {
2328 *CurrentMode = Mode;
4422 UINTN CurrentMode; local
4444 CurrentMode = (UINTN)(*TextOutModeMap);
4445 *Columns = Private->TextOutQueryData[CurrentMode].Columns;
4446 *Rows = Private->TextOutQueryData[CurrentMode]
4668 INT32 CurrentMode; local
[all...]

Completed in 239 milliseconds