Home | History | Annotate | Download | only in Protocol

Lines Matching defs:Pixel

36   /// A pixel is 32-bits and byte zero represents red, byte one represents green, 

44 /// A pixel is 32-bits and byte zero represents blue, byte one represents green,
52 /// The Pixel definition of the physical frame buffer.
80 /// Enumeration that defines the physical format of the pixel. A value of PixelBltOnly
90 /// Defines the number of pixel elements per video memory line.
145 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel;
154 /// Write data from the BltBuffer pixel (0, 0)
155 /// directly to every pixel of the video display rectangle
157 /// Only one pixel will be used from the BltBuffer. Delta is NOT used.
249 /// Offset zero in FrameBufferBase represents the upper left pixel of the display.