Lines Matching defs:SourceX
488 gfxfb_blt_video_to_buffer(void *BltBuffer, uint32_t SourceX, uint32_t SourceY,
511 if (SourceX + Width > gfx_state.tg_fb.fb_width)
540 off = sy * pitch + SourceX * bpp;
588 gfxfb_blt_buffer_to_video(void *BltBuffer, uint32_t SourceX, uint32_t SourceY,
645 SourceX * sizeof (*p);
653 (SourceX + x) * sizeof (*p));
696 gfxfb_blt_video_to_video(uint32_t SourceX, uint32_t SourceY,
709 if (SourceX + Width > gfx_state.tg_fb.fb_width)
727 off = SourceY * pitch + SourceX * bpp;
781 uint32_t SourceX, uint32_t SourceY,
805 SourceX, SourceY, DestinationX, DestinationY,
812 SourceX, SourceY, DestinationX, DestinationY,
818 SourceX, SourceY, DestinationX, DestinationY,
824 SourceX, SourceY, DestinationX, DestinationY,
862 rv = gfxfb_blt_video_to_buffer(BltBuffer, SourceX, SourceY,
867 rv = gfxfb_blt_buffer_to_video(BltBuffer, SourceX, SourceY,
872 rv = gfxfb_blt_video_to_video(SourceX, SourceY,