Lines Matching refs:Height

2194   @param  Height                 The height of a rectangle in the blt rectangle in
2218 IN UINTN Height,
2253 if (Width == 0 || Height == 0) {
2265 if (SourceY + Height > Mode->VerticalResolution) {
2276 if (DestinationY + Height > Mode->VerticalResolution) {
2301 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) {
2321 for (Index = 0; Index < Height; Index++) {
2326 SrcY = SourceY + Height - Index - 1;
2327 DstY = DestinationY + Height - Index - 1;
2378 for (DstY = DestinationY + 1; DstY < (Height + DestinationY); DstY++) {
2386 for (DstY = DestinationY; DstY < (Height + DestinationY); DstY++) {
2404 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) {
2463 @param Height The height of a rectangle in the blt rectangle in
2487 IN UINTN Height,
2510 Height,
2554 @param Height Height of the area to read
2565 UINTN Height
2599 for (Rows = 0; Rows < Height; Rows++, Source += VGA_BYTES_PER_SCAN_LINE, Destination += VGA_BYTES_PER_SCAN_LINE) {
2685 @param Height The height of a rectangle in the blt rectangle in
2709 IN UINTN Height,
2755 if (Width == 0 || Height == 0) {
2767 if (SourceY + Height > BiosVideoPrivate->ModeData[CurrentMode].VerticalResolution) {
2778 if (DestinationY + Height > BiosVideoPrivate->ModeData[CurrentMode].VerticalResolution) {
2818 Height
2825 for (Rows = 0, CoordinateY = SourceY; Rows < Height; Rows++, CoordinateY++, BltBuffer += (Delta >> 2)) {
2852 for (Index = 0, Offset = 0; Index < Height; Index++, Offset += BytesPerScanLine) {
2875 Height
2932 for (Index = 0, Address = StartAddress; Index < Height; Index++, Address += BytesPerScanLine) {
2968 for (Index = 0, Address = StartAddress + 1; Index < Height; Index++, Address += BytesPerScanLine) {
2990 for (Index = 0, Address = StartAddress + Bytes; Index < Height; Index++, Address += BytesPerScanLine) {
3039 for (Index = 0, Address = StartAddress; Index < Height; Index++, Address += BytesPerScanLine) {