]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/GraphicsLib.h
1. Enabled UGA Draw consuming in GraphicsLib of MdemodulePkg.
[mirror_edk2.git] / MdePkg / Include / Library / GraphicsLib.h
index c9fa564a8c01337e31c7958621cabb9ccbc7f833..0f137d4ac04f305395ff7648d978149fe6ae6ac8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Graphics Library\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation.<BR>\r
+  Copyright (c) 2006 - 2008, Intel Corporation.<BR>\r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -36,6 +36,7 @@
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 GetGraphicsBitMapFromFV (\r
   IN  EFI_GUID      *FileNameGuid,\r
   OUT VOID          **Image,\r
@@ -63,6 +64,7 @@ GetGraphicsBitMapFromFV (
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 GetGraphicsBitMapFromFVEx (\r
   IN  EFI_HANDLE    ImageHandle,\r
   IN  EFI_GUID      *FileNameGuid,\r
@@ -88,6 +90,7 @@ GetGraphicsBitMapFromFVEx (
                                 UgaBltSize will contain the required size.\r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 ConvertBmpToUgaBlt (\r
   IN  VOID      *BmpImage,\r
   IN  UINTN     BmpImageSize,\r
@@ -109,6 +112,7 @@ ConvertBmpToUgaBlt (
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 EnableQuietBoot (\r
   IN  EFI_GUID  *LogoFile\r
   );\r
@@ -127,6 +131,7 @@ EnableQuietBoot (
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 EnableQuietBootEx (\r
   IN  EFI_GUID    *LogoFile,\r
   IN  EFI_HANDLE  ImageHandle\r
@@ -141,6 +146,7 @@ EnableQuietBootEx (
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 DisableQuietBoot (\r
   VOID\r
   );\r
@@ -160,6 +166,7 @@ DisableQuietBoot (
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 LockKeyboards (\r
   IN  CHAR16    *Password\r
   );\r
@@ -171,8 +178,8 @@ LockKeyboards (
 \r
   @param[in]  X            Row to start printing at\r
   @param[in]  Y            Column to start printing at\r
-  @param[in]  Foreground   Foreground color\r
-  @param[in]  Background   background color\r
+  @param[in]  ForeGround   Foreground color\r
+  @param[in]  ForeGround   background color\r
   @param[in]  Fmt          Print format sting. See definition of Print\r
   @param[in]  ...          Argumnet stream defined by Fmt string\r
 \r
@@ -184,8 +191,8 @@ EFIAPI
 PrintXY (\r
   IN UINTN                            X,\r
   IN UINTN                            Y,\r
-  IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL    *Foreground, OPTIONAL\r
-  IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL    *Background, OPTIONAL\r
+  IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL    *ForeGround, OPTIONAL\r
+  IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL    *ForeGround, OPTIONAL\r
   IN CHAR16                           *Fmt,\r
   ...\r
   );\r