Home | History | Annotate | Download | only in src

Lines Matching refs:SrcLeft

728     int         *SrcLeft,
779 *SrcLeft = *SrcTop = 0;
788 *SrcLeft = ((-pDstBox->x1 * SrcW) / *DstW) & ~1;
939 int SrcTop, SrcLeft, DstWidth, DstHeight;
957 &SrcLeft, &SrcTop))
962 DstWidth = Width - SrcLeft;
1039 pDst += ((Top - SrcTop) * DstPitch) + ((Left - SrcLeft) << 1);
1064 pDst += ((Top - SrcTop) * DstPitch) + ((Left - SrcLeft) << 1);
1191 int SrcLeft, SrcTop, SrcPitch, Offset;
1206 &SrcLeft, &SrcTop))
1213 Offset = pSurface->offsets[0] + (SrcTop * SrcPitch) + (SrcLeft << 1);