Lines Matching refs:SrcPitch
857 int SrcPitch,
867 pSrc += SrcPitch;
972 int SrcPitch, SrcPitchUV, DstPitch, DstSize;
1057 SrcPitch = (Width + 3) & ~3;
1058 OffsetV = SrcPitch * Height;
1075 xf86XVCopyYUV12ToPacked(Buffer + (Top * SrcPitch) + Left,
1076 Buffer + OffsetV, Buffer + OffsetU, pDst, SrcPitch, SrcPitchUV,
1096 SrcPitch = Width << 1;
1097 Buffer += (Top * SrcPitch) + (Left << 1);
1100 xf86XVCopyPacked(Buffer, pDst, SrcPitch, DstPitch, nLine, nPixel);
1225 int SrcLeft, SrcTop, SrcPitch, Offset;
1246 SrcPitch = pSurface->pitches[0];
1247 Offset = pSurface->offsets[0] + (SrcTop * SrcPitch) + (SrcLeft << 1);
1249 Offset, SrcPitch, SrcW, SrcH, DstW, DstH, Width, Height);