Lines Matching refs:Width

482     uint32_t Width, uint32_t Height)  in gfxfb_blt_fill()  argument
501 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_fill()
504 if (Width == 0 || Height == 0) in gfxfb_blt_fill()
529 for (x = 0; x < Width; x++) { in gfxfb_blt_fill()
563 uint32_t Width, uint32_t Height, uint32_t Delta) in gfxfb_blt_video_to_buffer() argument
584 if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_buffer()
587 if (Width == 0 || Height == 0) in gfxfb_blt_video_to_buffer()
591 Delta = Width * sizeof (*p); in gfxfb_blt_video_to_buffer()
596 copybytes = Width * bpp; in gfxfb_blt_video_to_buffer()
623 for (x = 0; x < Width; x++) { in gfxfb_blt_video_to_buffer()
665 uint32_t Width, uint32_t Height, uint32_t Delta) in gfxfb_blt_buffer_to_video() argument
686 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_buffer_to_video()
689 if (Width == 0 || Height == 0) in gfxfb_blt_buffer_to_video()
693 Delta = Width * sizeof (*p); in gfxfb_blt_buffer_to_video()
698 copybytes = Width * bpp; in gfxfb_blt_buffer_to_video()
725 for (x = 0; x < Width; x++) { in gfxfb_blt_buffer_to_video()
775 uint32_t Width, uint32_t Height) in gfxfb_blt_video_to_video() argument
786 if (SourceX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_video()
793 if (DestinationX + Width > gfx_fb.framebuffer_common.framebuffer_width) in gfxfb_blt_video_to_video()
796 if (Width == 0 || Height == 0) in gfxfb_blt_video_to_video()
802 copybytes = Width * bpp; in gfxfb_blt_video_to_video()
830 uint32_t Width, uint32_t Height) in gfxfb_shadow_fill() argument
843 if (DestinationX + Width > fbX) in gfxfb_shadow_fill()
844 Width = fbX - DestinationX; in gfxfb_shadow_fill()
853 for (uint32_t x = 0; x < Width; x++) { in gfxfb_shadow_fill()
863 uint32_t Width, uint32_t Height, uint32_t Delta) in gfxfb_blt() argument
881 DestinationY, Width, Height); in gfxfb_blt()
884 Width, Height, Delta); in gfxfb_blt()
891 Width, Height, Delta); in gfxfb_blt()
897 Width, Height, Delta); in gfxfb_blt()
903 Width, Height, Delta); in gfxfb_blt()
934 Width, Height); in gfxfb_blt()
936 Width, Height); 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()