Lines Matching refs:DestinationX
481 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument
501 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_fill()
528 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill()
562 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument
618 DestinationX * sizeof (*p); in gfxfb_blt_video_to_buffer()
664 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument
686 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_buffer_to_video()
717 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video()
774 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument
793 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) 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
843 if (DestinationX + Width > fbX) in gfxfb_shadow_fill()
844 Width = fbX - DestinationX; in gfxfb_shadow_fill()
851 uint32_t off = y1 * fbX + DestinationX; in gfxfb_shadow_fill()
862 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt() argument
880 gfxfb_shadow_fill(BltBuffer, DestinationX, 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()