Lines Matching refs:Height
42 IN UINTN Height in VideoCopyNoHorizontalOverlap() argument
61 SourceLine = SourceY + Height; in VideoCopyNoHorizontalOverlap()
62 DestinationLine = DestinationY + Height; in VideoCopyNoHorizontalOverlap()
68 for( LineCount = 0; LineCount < Height; LineCount++ ) { in VideoCopyNoHorizontalOverlap()
95 IN UINTN Height in VideoCopyHorizontalOverlap() argument
109 PixelBuffer16bit = (UINT16 *) AllocatePool((Height * Width) * sizeof(UINT16)); in VideoCopyHorizontalOverlap()
121 SourcePixelY < SourceY + Height; in VideoCopyHorizontalOverlap()
134 DestinationPixelY < DestinationY + Height; in VideoCopyHorizontalOverlap()
162 IN UINTN Height, in BltVideoFill() argument
189 DestinationLine < DestinationY + Height; in BltVideoFill()
218 IN UINTN Height, in BltVideoToBltBuffer() argument
250 SourceLine < SourceY + Height; in BltVideoToBltBuffer()
285 IN UINTN Height, in BltBufferToVideo() argument
316 SourceLine < SourceY + Height; in BltBufferToVideo()
351 IN UINTN Height, in BltVideoToVideo() argument
383 …ameBufferBase, HorizontalResolution, SourceX, SourceY, DestinationX, DestinationY, Width, Height ); in BltVideoToVideo()
386 …ameBufferBase, HorizontalResolution, SourceX, SourceY, DestinationX, DestinationY, Width, Height ); in BltVideoToVideo()
390 …ameBufferBase, HorizontalResolution, SourceX, SourceY, DestinationX, DestinationY, Width, Height ); in BltVideoToVideo()
407 IN UINTN Height, in LcdGraphicsBlt() argument
422 …BltVideoFill (This, BltBuffer, SourceX, SourceY, DestinationX, DestinationY, Width, Height, Delta); in LcdGraphicsBlt()
426 …oToBltBuffer (This, BltBuffer, SourceX, SourceY, DestinationX, DestinationY, Width, Height, Delta); in LcdGraphicsBlt()
430 …ufferToVideo (This, BltBuffer, SourceX, SourceY, DestinationX, DestinationY, Width, Height, Delta); in LcdGraphicsBlt()
434 …VideoToVideo (This, BltBuffer, SourceX, SourceY, DestinationX, DestinationY, Width, Height, Delta); in LcdGraphicsBlt()