Lines Matching +full:bits +full:- +full:per +full:- +full:pixel
6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
27 @param ColorDepth Number of bits per pixel, currently defined to be 32.
51 @param ColorDepth Number of bits per pixel, currently defined to be 32.
76 EFI_UGA_PIXEL Pixel; member
84 EfiUgaVideoFill, ///< Write data from the BltBuffer pixel (SourceX, SourceY)
85 ///< directly to every pixel of the video display rectangle
87 ///< Only one pixel will be used from the BltBuffer. Delta is NOT used.
115 @param[in] This - Protocol instance pointer.
116 @param[in] BltBuffer - Buffer containing data to blit into video buffer. This
118 @param[in] BltOperation - Operation to perform on BlitBuffer and video memory
119 @param[in] SourceX - X coordinate of source for the BltBuffer.
120 @param[in] SourceY - Y coordinate of source for the BltBuffer.
121 @param[in] DestinationX - X coordinate of destination for the BltBuffer.
122 @param[in] DestinationY - Y coordinate of destination for the BltBuffer.
123 @param[in] Width - Width of rectangle in BltBuffer in pixels.
124 @param[in] Height - Hight of rectangle in BltBuffer in pixels.
125 @param[in] Delta - OPTIONAL
127 @retval EFI_SUCCESS - The Blt operation completed.
128 @retval EFI_INVALID_PARAMETER - BltOperation is not valid.
129 @retval EFI_DEVICE_ERROR - A hardware error occurred writting to the video buffer.