Lines Matching refs:VerticalResolution
88 Mode->FrameBufferSize = Info->PixelsPerScanLine * Info->VerticalResolution
147 (*Info)->VerticalResolution = Private->ModeData[ModeNumber].VerticalResolution;
201 Private->TmpBuf = AllocatePool(ModeData->HorizontalResolution * ModeData->VerticalResolution * sizeof(EFI_GRAPHICS_OUTPUT_BLT_PIXEL));
206 This->Mode->Info->VerticalResolution = ModeData->VerticalResolution;
311 if (SourceY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
322 if (DestinationY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
367 ScreenHeight = Private->ModeData[CurrentMode].VerticalResolution;
484 Private->ModeData[Private->GraphicsOutput.Mode->Mode].VerticalResolution