Lines Matching defs:SourceY
488 gfxfb_blt_video_to_buffer(void *BltBuffer, uint32_t SourceX, uint32_t SourceY,
507 if (SourceY + Height >
538 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY;
588 gfxfb_blt_buffer_to_video(void *BltBuffer, uint32_t SourceX, uint32_t SourceY,
638 for (sy = SourceY, dy = DestinationY; sy < Height + SourceY;
696 gfxfb_blt_video_to_video(uint32_t SourceX, uint32_t SourceY,
705 if (SourceY + Height >
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,