Searched defs:PixelInformation (Results 1 – 7 of 7) sorted by relevance
135 pub struct PixelInformation { struct136 pub plane_depths: Vec<u8>,305 PixelInformation(PixelInformation), enumerator
88 EFI_PIXEL_BITMASK PixelInformation; member
82 EFI_PIXEL_BITMASK PixelInformation; member
242 pub fn pixi(&self) -> Option<&PixelInformation> { in pixi()