]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Protocol/GraphicsOutput.h
BaseTools: Clean up source files
[mirror_edk2.git] / BaseTools / Source / C / Include / Protocol / GraphicsOutput.h
index 5b55fc57b8180da757505d202eb4ea1238b53a58..e03bda80c8e1da1a2b207e8d22a021e880a25cd0 100644 (file)
@@ -3,7 +3,7 @@
 \r
   Abstraction of a very simple graphics device.\r
 \r
-  Copyright (c) 2006 - 2014, 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
@@ -108,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
@@ -116,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