Lines Matching refs:DestinationY
159 IN UINTN DestinationY, in BltLibGopBlt() argument
172 DestinationY, in BltLibGopBlt()
183 DestinationY, in BltLibGopBlt()
192 DestinationY, in BltLibGopBlt()
203 DestinationY, in BltLibGopBlt()
233 IN UINTN DestinationY, in BltLibVideoFill() argument
253 if (DestinationY + Height > mBltLibHeight) { in BltLibVideoFill()
309 Offset = DestinationY * mBltLibWidthInPixels; in BltLibVideoFill()
322 for (DstY = DestinationY; DstY < (Height + DestinationY); DstY++) { in BltLibVideoFill()
422 IN UINTN DestinationY, in BltLibVideoToBltBufferEx() argument
467 for (SrcY = SourceY, DstY = DestinationY; DstY < (Height + DestinationY); SrcY++, DstY++) { in BltLibVideoToBltBufferEx()
523 IN UINTN DestinationY, in BltLibBufferToVideo() argument
533 DestinationY, in BltLibBufferToVideo()
566 IN UINTN DestinationY, in BltLibBufferToVideoEx() argument
585 if (DestinationY + Height > mBltLibHeight) { in BltLibBufferToVideoEx()
608 for (SrcY = SourceY, DstY = DestinationY; SrcY < (Height + SourceY); SrcY++, DstY++) { in BltLibBufferToVideoEx()
663 IN UINTN DestinationY, in BltLibVideoToVideo() argument
685 if (DestinationY + Height > mBltLibHeight) { in BltLibVideoToVideo()
703 Offset = (DestinationY * mBltLibWidthInPixels) + DestinationX; in BltLibVideoToVideo()