Lines Matching defs:Height
408 uint32_t Width, uint32_t Height)
424 if (DestinationY + Height > gfx_state.tg_fb.fb_height)
430 if (Width == 0 || Height == 0)
454 for (y = DestinationY; y < Height + DestinationY; y++) {
490 uint32_t Width, uint32_t Height, uint32_t Delta)
507 if (SourceY + Height >
514 if (Width == 0 || Height == 0)
538 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY;
590 uint32_t Width, uint32_t Height, uint32_t Delta)
607 if (DestinationY + Height >
614 if (Width == 0 || Height == 0)
638 for (sy = SourceY, dy = DestinationY; sy < Height + SourceY;
698 uint32_t Width, uint32_t Height)
705 if (SourceY + Height >
712 if (DestinationY + Height >
719 if (Width == 0 || Height == 0)
733 source += Height * pitch;
734 destination += Height * pitch;
738 while (Height-- > 0) {
750 uint32_t Width, uint32_t Height)
766 if (DestinationY + Height > fbY)
767 Height = fbY - DestinationY;
769 uint32_t y2 = Height + DestinationY;
783 uint32_t Width, uint32_t Height, uint32_t Delta)
803 DestinationY, Width, Height);
806 Width, Height, Delta);
813 Width, Height, Delta);
819 Width, Height, Delta);
825 Width, Height, Delta);
856 Width, Height);
858 Width, Height);
863 DestinationX, DestinationY, Width, Height, Delta);
868 DestinationX, DestinationY, Width, Height, Delta);
873 DestinationX, DestinationY, Width, Height);