Lines Matching refs:SourceX
561 gfxfb_blt_video_to_buffer(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_buffer() argument
584 if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_buffer()
615 off = sy * pitch + SourceX * bpp; in gfxfb_blt_video_to_buffer()
663 gfxfb_blt_buffer_to_video(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_buffer_to_video() argument
722 SourceX * sizeof (*p); in gfxfb_blt_buffer_to_video()
730 (SourceX + x) * sizeof (*p)); in gfxfb_blt_buffer_to_video()
773 gfxfb_blt_video_to_video(uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_video() argument
786 if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_video()
804 off = SourceY * pitch + SourceX * bpp; in gfxfb_blt_video_to_video()
861 uint32_t SourceX, uint32_t SourceY, in gfxfb_blt() argument
883 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
890 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
896 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
902 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
940 rv = gfxfb_blt_video_to_buffer(BltBuffer, SourceX, SourceY, in gfxfb_blt()
945 rv = gfxfb_blt_buffer_to_video(BltBuffer, SourceX, SourceY, in gfxfb_blt()
950 rv = gfxfb_blt_video_to_video(SourceX, SourceY, in gfxfb_blt()