Home | History | Annotate | Download | only in EKA2

Lines Matching defs:lineWidth

56 	const TInt lineWidth = aSourceRect.Width();
58 source += (aUpdateRect.iTl.iY * lineWidth);
74 const TInt lineMove = iDsa.IsTurn() ? 1 : lineWidth;
737 const TInt lineWidth = aRect.Width();
738 source += iSourceBpp * (aRect.iTl.iY * lineWidth);
741 target += iTargetBpp * ((aTargetPos.iY + aRect.iTl.iY ) * lineWidth);
757 const TInt lineWidth = aSourceRect.Width();
759 source += (aUpdateRect.iTl.iY * lineWidth);
776 const TInt lineMove = iStateFlags & EOrientation90 ? 1 : lineWidth;
812 const TInt lineWidth = aRect.Width();
813 source += iSourceBpp * (aRect.iTl.iY * lineWidth);
816 target += iTargetBpp * ((aTargetPos.iY + aRect.iTl.iY ) * lineWidth);
823 TInt lineMove = iStateFlags & EOrientation90 ? 1 : lineWidth;
832 iCopyFunction(*this, targetPtr, source, lineWidth, height);
843 iCopyFunction(*this, targetPtr, source, lineWidth, height);