Lines Matching refs:Height

416     uint32_t Width, uint32_t Height)  in gfxfb_blt_fill()  argument
432 if (DestinationY + Height > gfx_state.tg_fb.fb_height) in gfxfb_blt_fill()
438 if (Width == 0 || Height == 0) in gfxfb_blt_fill()
462 for (y = DestinationY; y < Height + DestinationY; y++) { in gfxfb_blt_fill()
498 uint32_t Width, uint32_t Height, uint32_t Delta) in gfxfb_blt_video_to_buffer() argument
515 if (SourceY + Height > in gfxfb_blt_video_to_buffer()
522 if (Width == 0 || Height == 0) in gfxfb_blt_video_to_buffer()
546 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY; in gfxfb_blt_video_to_buffer()
598 uint32_t Width, uint32_t Height, uint32_t Delta) in gfxfb_blt_buffer_to_video() argument
615 if (DestinationY + Height > in gfxfb_blt_buffer_to_video()
622 if (Width == 0 || Height == 0) in gfxfb_blt_buffer_to_video()
646 for (sy = SourceY, dy = DestinationY; sy < Height + SourceY; in gfxfb_blt_buffer_to_video()
706 uint32_t Width, uint32_t Height) in gfxfb_blt_video_to_video() argument
713 if (SourceY + Height > in gfxfb_blt_video_to_video()
720 if (DestinationY + Height > in gfxfb_blt_video_to_video()
727 if (Width == 0 || Height == 0) in gfxfb_blt_video_to_video()
741 source += Height * pitch; in gfxfb_blt_video_to_video()
742 destination += Height * pitch; in gfxfb_blt_video_to_video()
746 while (Height-- > 0) { in gfxfb_blt_video_to_video()
758 uint32_t Width, uint32_t Height) in gfxfb_shadow_fill() argument
774 if (DestinationY + Height > fbY) in gfxfb_shadow_fill()
775 Height = fbY - DestinationY; in gfxfb_shadow_fill()
777 uint32_t y2 = Height + DestinationY; in gfxfb_shadow_fill()
791 uint32_t Width, uint32_t Height, uint32_t Delta) in gfxfb_blt() argument
811 DestinationY, Width, Height); in gfxfb_blt()
814 Width, Height, Delta); in gfxfb_blt()
821 Width, Height, Delta); in gfxfb_blt()
827 Width, Height, Delta); in gfxfb_blt()
833 Width, Height, Delta); in gfxfb_blt()
864 Width, Height); in gfxfb_blt()
866 Width, Height); in gfxfb_blt()
871 DestinationX, DestinationY, Width, Height, Delta); in gfxfb_blt()
876 DestinationX, DestinationY, Width, Height, Delta); in gfxfb_blt()
881 DestinationX, DestinationY, Width, Height); in gfxfb_blt()