Lines Matching refs:DestinationX
402 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument
422 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_fill()
450 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill()
484 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument
538 DestinationX * sizeof (*p); in gfxfb_blt_video_to_buffer()
584 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument
606 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_buffer_to_video()
635 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video()
692 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument
711 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_video()
724 off = DestinationY * pitch + DestinationX * bpp; in gfxfb_blt_video_to_video()
744 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_shadow_fill() argument
758 if (DestinationX + Width > fbX) in gfxfb_shadow_fill()
759 Width = fbX - DestinationX; in gfxfb_shadow_fill()
766 uint32_t off = y1 * fbX + DestinationX; in gfxfb_shadow_fill()
777 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt() argument
797 gfxfb_shadow_fill(BltBuffer, DestinationX, in gfxfb_blt()
800 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
807 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
813 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
819 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
850 gfxfb_shadow_fill(BltBuffer, DestinationX, DestinationY, in gfxfb_blt()
852 rv = gfxfb_blt_fill(BltBuffer, DestinationX, DestinationY, in gfxfb_blt()
858 DestinationX, DestinationY, Width, Height, Delta); in gfxfb_blt()
863 DestinationX, DestinationY, Width, Height, Delta); in gfxfb_blt()
868 DestinationX, DestinationY, Width, Height); in gfxfb_blt()