Lines Matching refs:SourceX
331 IN UINTN SourceX, in FrameBufferBltLibVideoToBltBuffer() argument
357 if (SourceX + Width > Configure->WidthInPixels) { in FrameBufferBltLibVideoToBltBuffer()
383 Offset = (SrcY * Configure->WidthInPixels) + SourceX; in FrameBufferBltLibVideoToBltBuffer()
439 IN UINTN SourceX, in FrameBufferBltLibBufferToVideo() argument
500 ((SourceX + IndexX) * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL)) in FrameBufferBltLibBufferToVideo()
540 IN UINTN SourceX, in FrameBufferBltLibVideoToVideo() argument
561 if (SourceX + Width > Configure->WidthInPixels) { in FrameBufferBltLibVideoToVideo()
579 Offset = (SourceY * Configure->WidthInPixels) + SourceX; in FrameBufferBltLibVideoToVideo()
640 IN UINTN SourceX, in FrameBufferBlt() argument
658 SourceX, in FrameBufferBlt()
670 SourceX, in FrameBufferBlt()
692 SourceX, in FrameBufferBlt()