Lines Matching refs:DestinationY
481 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument
497 if (DestinationY + Height > in gfxfb_blt_fill()
527 for (y = DestinationY; y < Height + DestinationY; y++) { in gfxfb_blt_fill()
562 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument
613 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY; in gfxfb_blt_video_to_buffer()
664 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument
682 if (DestinationY + Height > in gfxfb_blt_buffer_to_video()
715 for (sy = SourceY, dy = DestinationY; sy < Height + SourceY; in gfxfb_blt_buffer_to_video()
774 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument
789 if (DestinationY + Height > in gfxfb_blt_video_to_video()
806 off = DestinationY * pitch + DestinationX * bpp; in gfxfb_blt_video_to_video()
829 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_shadow_fill() argument
846 if (DestinationY + Height > fbY) in gfxfb_shadow_fill()
847 Height = fbY - DestinationY; in gfxfb_shadow_fill()
849 uint32_t y2 = Height + DestinationY; in gfxfb_shadow_fill()
850 for (uint32_t y1 = DestinationY; y1 < y2; y1++) { in gfxfb_shadow_fill()
862 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt() argument
881 DestinationY, Width, Height); in gfxfb_blt()
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()
933 gfxfb_shadow_fill(BltBuffer, DestinationX, DestinationY, in gfxfb_blt()
935 rv = gfxfb_blt_fill(BltBuffer, DestinationX, DestinationY, in gfxfb_blt()
941 DestinationX, DestinationY, Width, Height, Delta); in gfxfb_blt()
946 DestinationX, DestinationY, Width, Height, Delta); in gfxfb_blt()
951 DestinationX, DestinationY, Width, Height); in gfxfb_blt()