Lines Matching +full:pixel +full:- +full:format
6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
30 /// A pixel is 32-bits and byte zero represents red, byte one represents green,
38 /// A pixel is 32-bits and byte zero represents blue, byte one represents green,
46 /// The Pixel definition of the physical frame buffer.
74 /// Enumeration that defines the physical format of the pixel. A value of PixelBltOnly
79 /// This bit-mask is only valid if PixelFormat is set to PixelPixelBitMask.
84 /// Defines the number of pixel elements per video memory line.
139 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel; member
148 /// Write data from the BltBuffer pixel (0, 0)
149 /// directly to every pixel of the video display rectangle
151 /// Only one pixel will be used from the BltBuffer. Delta is NOT used.
230 /// Current Mode of the graphics device. Valid mode numbers are 0 to MaxMode -1.
234 /// Pointer to read-only EFI_GRAPHICS_OUTPUT_MODE_INFORMATION data.
243 /// Offset zero in FrameBufferBase represents the upper left pixel of the display.