Lines Matching refs:Left
783 * it to the viewport's top left corner. This unavoidably causes a slight
940 int Top, Bottom, Left, Right, nLine, nPixel, Offset;
1010 Left = (SrcX1 >> 16) & ~1;
1020 nPixel = Right - Left;
1028 tmp = ((Top >> 1) * SrcPitchUV) + (Left >> 1);
1039 pDst += ((Top - SrcTop) * DstPitch) + ((Left - SrcLeft) << 1);
1041 xf86XVCopyYUV12ToPacked(Buffer + (Top * SrcPitch) + Left,
1049 Left = (SrcX1 >> 16) & ~1;
1059 nPixel = Right - Left;
1063 Buffer += (Top * SrcPitch) + (Left << 1);
1064 pDst += ((Top - SrcTop) * DstPitch) + ((Left - SrcLeft) << 1);