]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Protocol/GraphicsOutput.h
BaseTools: Various typo
[mirror_edk2.git] / BaseTools / Source / C / Include / Protocol / GraphicsOutput.h
index cdcc28f40a909ac77ddcc5907fa77966d976c731..0bd60c0b65b45d850a4812f5ffa2331ea2ccc546 100644 (file)
@@ -3,18 +3,16 @@
 \r
   Abstraction of a very simple graphics device.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
-  distribution.  The full text of the license may be found at:\r
+  distribution.  The full text of the license may be found at\r
     http://opensource.org/licenses/bsd-license.php\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-  File Name: GraphicsOutput.h\r
-\r
 **/\r
 \r
 #ifndef __GRAPHICS_OUTPUT_H__\r
@@ -110,7 +108,7 @@ typedef union {
 typedef enum {\r
   EfiBltVideoFill,\r
   EfiBltVideoToBltBuffer,\r
-  EfiBltBufferToVideo, \r
+  EfiBltBufferToVideo,\r
   EfiBltVideoToVideo,\r
   EfiGraphicsOutputBltOperationMax\r
 } EFI_GRAPHICS_OUTPUT_BLT_OPERATION;\r
@@ -118,28 +116,28 @@ typedef enum {
 /**\r
   The following table defines actions for BltOperations:\r
 \r
-  <B>EfiBltVideoFill</B> - Write data from the  BltBuffer pixel (SourceX, SourceY) \r
-  directly to every pixel of the video display rectangle \r
-  (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height). \r
+  <B>EfiBltVideoFill</B> - Write data from the  BltBuffer pixel (SourceX, SourceY)\r
+  directly to every pixel of the video display rectangle\r
+  (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).\r
   Only one pixel will be used from the BltBuffer. Delta is NOT used.\r
 \r
-  <B>EfiBltVideoToBltBuffer</B> - Read data from the video display rectangle \r
-  (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in \r
-  the BltBuffer rectangle (DestinationX, DestinationY ) \r
-  (DestinationX + Width, DestinationY + Height). If DestinationX or \r
-  DestinationY is not zero then Delta must be set to the length in bytes \r
+  <B>EfiBltVideoToBltBuffer</B> - Read data from the video display rectangle\r
+  (SourceX, SourceY) (SourceX + Width, SourceY + Height) and place it in\r
+  the BltBuffer rectangle (DestinationX, DestinationY )\r
+  (DestinationX + Width, DestinationY + Height). If DestinationX or\r
+  DestinationY is not zero then Delta must be set to the length in bytes\r
   of a row in the BltBuffer.\r
 \r
-  <B>EfiBltBufferToVideo</B> - Write data from the  BltBuffer rectangle \r
-  (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the \r
-  video display rectangle (DestinationX, DestinationY) \r
-  (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is \r
-  not zero then Delta must be set to the length in bytes of a row in the \r
+  <B>EfiBltBufferToVideo</B> - Write data from the  BltBuffer rectangle\r
+  (SourceX, SourceY) (SourceX + Width, SourceY + Height) directly to the\r
+  video display rectangle (DestinationX, DestinationY)\r
+  (DestinationX + Width, DestinationY + Height). If SourceX or SourceY is\r
+  not zero then Delta must be set to the length in bytes of a row in the\r
   BltBuffer.\r
 \r
   <B>EfiBltVideoToVideo</B> - Copy from the video display rectangle (SourceX, SourceY)\r
-  (SourceX + Width, SourceY + Height) .to the video display rectangle \r
-  (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height). \r
+  (SourceX + Width, SourceY + Height) .to the video display rectangle\r
+  (DestinationX, DestinationY) (DestinationX + Width, DestinationY + Height).\r
   The BltBuffer and Delta  are not used in this mode.\r
 \r
   @param  This         Protocol instance pointer.\r
@@ -151,12 +149,12 @@ typedef enum {
   @param  DestinationX X coordinate of destination for the BltBuffer.\r
   @param  DestinationY Y coordinate of destination for the BltBuffer.\r
   @param  Width        Width of rectangle in BltBuffer in pixels.\r
-  @param  Height       Hight of rectangle in BltBuffer in pixels.\r
+  @param  Height       Height of rectangle in BltBuffer in pixels.\r
   @param  Delta        OPTIONAL\r
 \r
   @retval EFI_SUCCESS           The Blt operation completed.\r
   @retval EFI_INVALID_PARAMETER BltOperation is not valid.\r
-  @retval EFI_DEVICE_ERROR      A hardware error occured writting to the video buffer.\r
+  @retval EFI_DEVICE_ERROR      A hardware error occurred writing to the video buffer.\r
 \r
 **/\r
 typedef\r